Skip to content

Commit 01906bb

Browse files
authored
Merge pull request diffpy#62 from sbillinge/workflows
don't test on push into cookie any more, linting coveragerc
2 parents 8a5f205 + 5789b7d commit 01906bb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.coveragerc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source =
33
diffpy.pdffit2
44
omit =
5-
## exclude debug.py from codecov report
5+
# exclude debug.py from codecov report
66
*/tests/debug.py
77
[report]
88
omit =
@@ -13,14 +13,14 @@ omit =
1313
*_version.py
1414
# RE patterns for lines to be excluded from consideration.
1515
exclude_lines =
16-
## Have to re-enable the standard pragma
16+
# Have to re-enable the standard pragma
1717
pragma: no cover
18-
## Don't complain if tests don't hit defensive assertion code:
18+
# Don't complain if tests don't hit defensive assertion code:
1919
raise AssertionError
2020
raise NotImplementedError
2121
^[ ]*assert False
2222

23-
## Don't complain if non-runnable code isn't run:
23+
# Don't complain if non-runnable code isn't run:
2424
^[ ]*@unittest.skip\b
2525
^[ ]{4}unittest.main()
2626
if __name__ == '__main__':

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- CI
8-
- cookie
98
pull_request:
109
workflow_dispatch:
1110

0 commit comments

Comments
 (0)