Skip to content

Commit 4af3961

Browse files
committed
chore: cleanup Codecov config
1 parent f31c499 commit 4af3961

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

codecov.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
# Validate your repository YAML
2-
# https://docs.codecov.com/docs/codecov-yaml#validate-your-repository-yaml
3-
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
1+
# https://docs.codecov.com/docs/codecov-yaml
42

5-
# Ignoring Paths
6-
# https://docs.codecov.com/docs/ignoring-paths
7-
# The pattern folder/* will not match recursively in the folder.
8-
# Please use this folder/**/*, which will exclude all files within the given folder.
93
ignore:
104
- "test/**"
115
- "src/main/resources/**"
126
- "src/main/**/models/**"
137
- "src/main/**/Application.java"
148
coverage:
159
status:
16-
# Splitting up projects
17-
# https://docs.codecov.com/docs/commit-status#splitting-up-projects-example
1810
project:
1911
controllers:
2012
paths:

0 commit comments

Comments
 (0)