We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31c499 commit 4af3961Copy full SHA for 4af3961
1 file changed
codecov.yml
@@ -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
+# https://docs.codecov.com/docs/codecov-yaml
4
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.
9
ignore:
10
- "test/**"
11
- "src/main/resources/**"
12
- "src/main/**/models/**"
13
- "src/main/**/Application.java"
14
coverage:
15
status:
16
- # Splitting up projects
17
- # https://docs.codecov.com/docs/commit-status#splitting-up-projects-example
18
project:
19
controllers:
20
paths:
0 commit comments