Skip to content

Commit

Permalink
fix filepaths in workflow github testresults to codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Wahl <[email protected]>
  • Loading branch information
wahln committed Nov 21, 2024
1 parent ba37667 commit 7943366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test-results/test-results/matlab-R2022b/coverage.xml,test-results/matlab-latest/coverage.xml,test-results/octave/coverage.xml
files: test-results/matlab-R2022b/testresults.xml,test-results/matlab-latest/testresults.xml,test-results/octave/testresults.xml

0 comments on commit 7943366

Please sign in to comment.