Skip to content

Commit

Permalink
added coverage for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Nov 18, 2024
1 parent e549d50 commit 9c3afa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: uv venv && uv pip install .[test]
- name: Test with pytest
run: source .venv/bin/activate && pytest --cov-report "xml:coverage.xml" --cov=src tests/
run: source .venv/bin/activate && pytest --cov-report "xml:coverage.xml" --cov=shvatka tests/
- name: Coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
Expand Down

0 comments on commit 9c3afa4

Please sign in to comment.