Skip to content

Commit

Permalink
Merge pull request #38 from codecov/expose_junit_artifacts
Browse files Browse the repository at this point in the history
Expose JUnit files in CI as an artifact
  • Loading branch information
michelletran-codecov authored Dec 13, 2024
2 parents 92eeeab + b890ad6 commit d4e52aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
if: ${{ !cancelled() && inputs.run_integration == true }}
run: |
make test_env.run_integration
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: junitfiles
path: ./*junit*.xml
## Don't upload on forks for now.
- name: upload using codecovcli
if: ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
Expand Down

0 comments on commit d4e52aa

Please sign in to comment.