We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6bfd5 commit d290fa8Copy full SHA for d290fa8
2 files changed
.coveragerc
@@ -1,7 +1,5 @@
1
[run]
2
branch = True
3
-source =
4
- hed
5
omit =
6
*/__init__.py
7
*/venv/*
@@ -11,7 +9,6 @@ omit =
11
9
*/test*
12
10
**/__init__.py
13
**/_version.py
14
-relative_files = True
15
16
17
[report]
.github/workflows/ci_cov.yaml
@@ -44,7 +44,6 @@ jobs:
44
- name: Test with unittest and coverage
45
env:
46
GITHUB_TOKEN: ${{ github.token }}
47
- continue-on-error: true
48
run: |
49
coverage run -m unittest discover tests
50
0 commit comments