Skip to content

Commit

Permalink
Fix coverage report in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Feb 15, 2025
1 parent 68dacd1 commit e1326e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install -e .
python -m spacy download en_core_web_sm
- name: Run tests
run: pytest
run: pytest --cov tests
- name: Code coverage upload
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit e1326e6

Please sign in to comment.