Skip to content

Commit

Permalink
fix: linting coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahb09 committed Dec 6, 2024
1 parent 9c86a2a commit c264d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
# system.
uses: knicknic/os-specific-run@v1
with:
linux: poetry run task cover
macos: poetry run task cover
windows: poetry run task cover-win
linux: poetry run task coverage
macos: poetry run task coverage
windows: poetry run task coverage-win
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit c264d4c

Please sign in to comment.