mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
Update .codecov.yml
This commit is contained in:
parent
0c4c8f8d00
commit
7b06249e14
1 changed files with 7 additions and 3 deletions
10
.codecov.yml
10
.codecov.yml
|
@ -9,6 +9,10 @@ coverage:
|
|||
changes: no
|
||||
|
||||
ignore:
|
||||
- "src/test/**/*"
|
||||
- "src/main/webapp/**/*"
|
||||
- "src/main/java/com/rebuild/web/**/*"
|
||||
- ".github/.*"
|
||||
- ".vscode/.*"
|
||||
- ".setup/.*"
|
||||
- ".production/.*"
|
||||
- "src/test/.*"
|
||||
- "src/main/webapp/.*"
|
||||
- "src/main/java/com/rebuild/web/.*"
|
||||
|
|
Loading…
Reference in a new issue