Skip to content

Commit

Permalink
paquo: exclude setup.py from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 12, 2020
1 parent a39419b commit 09bdf10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
conda info
conda list
pytest --cov=./ --cov-report=xml
pytest --cov=./paquo --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ addopts = [
]


[tool.coverage.run]
source = ["paquo"]

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
Expand Down

0 comments on commit 09bdf10

Please sign in to comment.