Skip to content

Commit bca5d8c

Browse files
committed
🔧 Update ignore/omit for codecov
1 parent 9181ed1 commit bca5d8c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/codecov.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Keep in sync with setup.cfg in the root of the project
2+
ignore:
3+
- "src/manage.py"
4+
- "src/objecttypes/wsgi.py"
5+
- "src/objecttypes/conf/local_example.py"
6+
- "**/tests/*"

setup.cfg

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ exclude = migrations,static,media
1919
branch = True
2020
source = src
2121
omit =
22-
*/test_*.py
22+
# files processed at entrypoint time
23+
src/manage.py
24+
src/objecttypes/wsgi.py
25+
src/openforms/conf/local_example.py
26+
# generic test patterns
27+
*/tests/*

0 commit comments

Comments
 (0)