Skip to content

Commit

Permalink
chore: update Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Jun 5, 2023
1 parent 0a44a53 commit 5830a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
env:
CI: true
- name: Send Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: .coverage/lcov.info
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 5830a38

Please sign in to comment.