Skip to content

Commit

Permalink
Do not run coverage by default
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Jul 12, 2024
1 parent 10a4ede commit 252ccae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install -e ".[test]"
- name: Test with pytest
run: |
python -m pytest
python -m pytest --cov=gotranx --cov-report html --cov-report xml --cov-report term-missing -v
- name: Coverage report
if: matrix.python-version == '3.10'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ namespaces = false
test = "pytest"

[tool.pytest.ini_options]
addopts = "--cov=gotranx --cov-report html --cov-report xml --cov-report term-missing -v"
testpaths = ["tests"]

[tool.isort]
Expand Down

0 comments on commit 252ccae

Please sign in to comment.