Skip to content

Commit

Permalink
Update coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jan 13, 2025
1 parent 52d6cf8 commit 3648ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uv pip install ".[test,dev]"
- name: Generate coverage report
run: pytest -vv --cov --cov-report=xml:coverage.xml tests
run: pytest -vv --cov=${{ github.repository }} --cov-report=xml:coverage.xml tests

- name: Export coverage report
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ markers = [
asyncio_default_fixture_loop_scope = "function"

[tool.coverage.run]
source = ["src"]
source = ["."]
omit = ["*tests*", "_version.py"]

[tool.coverage.report]
Expand Down

0 comments on commit 3648ae7

Please sign in to comment.