Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Aug 4, 2024
1 parent 15dcad8 commit 1c799cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python3 -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.0
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
Expand Down

0 comments on commit 1c799cc

Please sign in to comment.