Skip to content

Commit

Permalink
ci: fix push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Apr 1, 2024
1 parent 5fe996e commit 991f0e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: 🧪 Run pytest
run: pytest

- name: ⬆️ Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: ./cov.xml
verbose: true
- name: ⬆️ Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: ./cov.xml
verbose: true

0 comments on commit 991f0e0

Please sign in to comment.