Skip to content

Commit

Permalink
[.github] codecov.yml: Explicitly specify junit.xml.
Browse files Browse the repository at this point in the history
Otherwise, it ends up uploading TinyXML2 test XMLs in addition to
junit.xml.
  • Loading branch information
GerbilSoft committed Oct 19, 2024
1 parent 8f88f97 commit 5c49e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./junit.xml

0 comments on commit 5c49e31

Please sign in to comment.