Skip to content

Commit

Permalink
Moved to codecove action v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SMijin committed Sep 19, 2024
1 parent 8bdbf83 commit 64e6d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
lcov --c --d ./coverage --output-file ./coverage/main_coverage.txt
- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ github.workspace }}/build/coverage/main_coverage.txt
Expand Down

0 comments on commit 64e6d5c

Please sign in to comment.