Commit graph

5 commits

Author SHA1 Message Date
JunsuChoi
e07824d577 infra: Improve valgrind result analysis syntax
Previously, if "definitely lost:" was included, it was always decided an error.
Therefore, I modified it to recognize the size and number of errors.
2024-10-04 16:57:08 +09:00
Josh Soref
29325c0ff9 infra/workflow: Use GitHub Step Summary
Unlike comments, Step Summaries do not require permissions.
2024-07-03 13:17:10 +09:00
Josh Soref
af0cb93836 infra/workflow: Only comment if there is output 2024-07-03 13:17:10 +09:00
JunsuChoi
e2c7599769 infra bot: Hotfix memcheck bot for push event 2021-11-12 17:18:05 +09:00
JunsuChoi
d7973e9330 infra bot: Add Memcheck bot (valgrind)
If the unit test is successful, valgrind memory check is executed based on the test.
If a leak occurs in the test result, the bot notifies the PR as a comment.
This notify may not be directly related to the created current PR.

(Asan is on hold because it is not well tested in the github action CI environment.)
2021-11-12 16:14:00 +09:00