File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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.
93ignore :
104 - " Dotnet.Samples.AspNetCore.WebApi/Data"
115 - " Dotnet.Samples.AspNetCore.WebApi/Enums"
@@ -18,8 +12,6 @@ ignore:
1812
1913coverage :
2014 status :
21- # Splitting up projects
22- # https://docs.codecov.com/docs/commit-status#splitting-up-projects-example
2315 project :
2416 controllers :
2517 paths :
You can’t perform that action at this time.
0 commit comments