Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga4112 committed Apr 27, 2024
1 parent 231b038 commit b35a5fe
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
# token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-shipmmg
fail_ci_if_error: true
flags: unittests # optional
name: codecov-pDESy # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)

0 comments on commit b35a5fe

Please sign in to comment.