borg icon indicating copy to clipboard operation
borg copied to clipboard

Add Codecov Test Analytics

Open katia-sentry opened this issue 8 months ago • 0 comments

This PR sets up Codecov Test Analytics, which enhances this project's existing Codecov coverage PR notification with details about failing, flaky, and slow tests. More details can be found here, and below is an example screenshot.

Test Results

Changes

  1. Updated test run command to include --junitxml=test-results.xml so Codecov can parse test analytics.
  2. Added codecov/test-results-action@v1 step to upload the generated test-results.xml for Test Analytics.

Looking forward to your feedback!

katia-sentry avatar Apr 14 '25 15:04 katia-sentry