Skip to content

Commit

Permalink
Try to fix Codecov issue
Browse files Browse the repository at this point in the history
Codecove GH action does not find coverage files although they are there. Try earlier version of action
  • Loading branch information
adomasbaliuka committed Apr 15, 2024
1 parent a1b1d67 commit a200861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cmake_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cat ./coverage.xml # print coverage information
- name: Publish to codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{runner.workspace}}/build/coverage.xml
Expand Down

0 comments on commit a200861

Please sign in to comment.