Skip to content

Commit c393bb4

Browse files
authored
feat: exclude the example app from code coverage (#297)
Instead of deleting the tests, we can just exclude this project from the reports
1 parent 9fdf961 commit c393bb4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# codecov.io Configuration
3+
# See the docs here: https://docs.codecov.io/docs/codecov-yaml
4+
#
5+
6+
# Ingore the example app from coverage reports
7+
ignore:
8+
- "graphql-kotlin-spring-example/**/*"

0 commit comments

Comments
 (0)