We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8272cef commit 9587a24Copy full SHA for 9587a24
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run style enforcement
23
run: flake8
24
- name: Test with pytest (and run coverage)
25
- run: pytest
+ run: pytest --cov=./src/ --cov-report xml
26
- name: Upload coverage to Codecov
27
uses: codecov/codecov-action@v2
28
with:
setup.cfg
@@ -18,9 +18,6 @@ omit =
18
*/__init__.py
19
show_missing = True
20
21
-[tool:pytest]
-addopts = --cov=./src/ --cov-report xml
-
[versioneer]
VCS = git
style = pep440
0 commit comments