Open leonardehrenfried opened 3 weeks ago
@leonardehrenfried thanks for the PR. I also wanted to point out that you can set the regex to something that works for you using the files
param (assuming you're using the Test-results action. For more, see docs - https://docs.codecov.com/docs/test-analytics-beta#troubleshooting
Out of curiosity, how did you come across this feature? Feature discovery is something we're looking to better optimize, so your thoughts would be helpful
I will try setting files
in the action. While the troubleshooting guide you looked at gives me a good idea how to do it, I looked at the docs of this repo and there it's not quite so clear. Do you welcome doc PRs?
I discovered this feature when a new tab appeared on my coverage report page:
Thanks @leonardehrenfried - I'm assuming you mean PR on the https://github.com/codecov/test-results-action? If so, yes PRs totally welcome.
@joseph-sentry can you review this PR please
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.66%. Comparing base (
c20a203
) to head (8c611c2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I've just discovered the test upload feature - great work!
I've tried it on a Maven/Java project and the majority of my test files were not detected because Maven/JUnit/Surefire prefixes them with
TEST
and nottest
.https://github.com/opentripplanner/OpenTripPlanner/actions/runs/11665161617/job/32477225744
For this reason I'm adding this to the default patterns for Junit test uploads.