Skip to content

Commit

Permalink
Merge pull request #114 from Matejkob/update-codecov
Browse files Browse the repository at this point in the history
Update codecov
  • Loading branch information
Matejkob authored Jun 29, 2024
2 parents b6be867 + 31363b3 commit d0236bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ jobs:
-ignore-filename-regex=".build|Tests" > coverage_report.lcov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage_report.lcov
verbose: true

0 comments on commit d0236bb

Please sign in to comment.