Skip to content

Commit d290fa8

Browse files
committed
Another try at the coverage workflow
1 parent dd6bfd5 commit d290fa8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.coveragerc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[run]
22
branch = True
3-
source =
4-
hed
53
omit =
64
*/__init__.py
75
*/venv/*
@@ -11,7 +9,6 @@ omit =
119
*/test*
1210
**/__init__.py
1311
**/_version.py
14-
relative_files = True
1512

1613

1714
[report]

.github/workflows/ci_cov.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Test with unittest and coverage
4545
env:
4646
GITHUB_TOKEN: ${{ github.token }}
47-
continue-on-error: true
4847
run: |
4948
coverage run -m unittest discover tests
5049

0 commit comments

Comments
 (0)