Skip to content

Commit e9e048b

Browse files
committed
Exclude coverage
1 parent 616956b commit e9e048b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[run]
2+
omit =
3+
*/config-*.py
4+
5+
[report]
6+
exclude_lines =
7+
pragma: no cover

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
python-version: 3.8
2929

3030
codeql:
31-
needs: test
3231
uses: ppizarror/workflow-actions/.github/workflows/codeql.yml@master
3332
with:
3433
language: python

0 commit comments

Comments
 (0)