Skip to content

Commit

Permalink
Fix coverage upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Feb 5, 2025
1 parent ecc22d4 commit 13e107f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ dist/
# test
.tox/

.idea/
.idea/

# coverage data
.coverage
.coverage.*
coverage.*

0 comments on commit 13e107f

Please sign in to comment.