Skip to content

Commit 524edde

Browse files
committed
we're not covering codegen with tests (yet)
1 parent 838ff64 commit 524edde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[report]
22
show_missing = True
3-
omit = */__main__.py
3+
omit = */__main__.py,sgqlc/codegen/*

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ with-coverage=1
1414
cover-html=1
1515
cover-xml=1
1616
exe=1
17-
ignore-files=(^setup[.]py$|^[.])
17+
ignore-files=(^setup[.]py$|^[.]|^sgqlc/codegen/__init__[.]py$)
1818
cover-package=sgqlc
1919
cover-min-percentage=100
2020
tests= sgqlc/__init__.py,

0 commit comments

Comments
 (0)