Skip to content

Commit

Permalink
Chore: Update to codecov-action@v4 on CI/GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 20, 2024
1 parent 2e28dbd commit a456301
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -63,10 +63,12 @@ jobs:
poe check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
fail_ci_if_error: true

0 comments on commit a456301

Please sign in to comment.