Skip to content

Commit

Permalink
chore: remove env for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored May 3, 2024
1 parent a5e3ee9 commit fc7c478
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
python3 -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
env_vars: OS,PYTHON
name: codecov-umbrella
Expand Down

0 comments on commit fc7c478

Please sign in to comment.