ValgrindCI icon indicating copy to clipboard operation
ValgrindCI copied to clipboard

A Python package that provides tools to integrate valgrind into your CI workflow

Results 7 ValgrindCI issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

I have tested this script in my binay project but your output if I use --summary and --number-of-erros is different. Please check with the xml below [output_file.txt](https://github.com/bcoconni/ValgrindCI/files/12604882/output_file.txt) number-of-errors: 14 erorrs...

Hello, I would like to contribute the below features: - source path substitution * The source files used to build the application will not always be in the expected location....

Would be very useful to add support for JUnit xml export because Jenkins natively understands it Refs: - Jenkins "official" valgrind plugins is bugged and no longer maintained: https://issues.jenkins.io/browse/JENKINS-50558 -...

Can ValgrindCI handle multiple xml reports now? If we have many valgrind.xml reports in the folder "/output/", could we use the command of "valgrind-ci /output/*.valgrind.xml "? Thank you very much!

enhancement

Basically just a feature request I came up with after using this module for some time. I am using a cmake based project, many times I wonder why I do...

enhancement

# Valgrind reports fail with unreadable debug header First of all, thank you for developing this incredibly useful tool! It has been very helpful. ## Description ValgrindCI fails to generate...