Skip to content

Commit

Permalink
typo in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dachafra committed Jan 10, 2025
1 parent b6f9f5f commit ee00a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build yatter
run: poetry install --with test
- name: Run tests and collect coverage
run: poetry run coverage run -m yatter
run: poetry run coverage run -m pytest
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3

0 comments on commit ee00a8f

Please sign in to comment.