Skip to content

Commit 07ac30e

Browse files
bobcatfishtekton-robot
authored andcommittedMay 6, 2019
Try go get codecov to ignore generated files
I have been struggling to validate this by: * Using a codecov.yml file in my local checkout (it seems like this gets ignored, although the bash upload script does recognize it exists) * Using the team yml configuration in codecov No matter what I do, nothing seems to change about the code coverage. I'm wondering if this config actually has to be in the repo to do anything (as per https://docs.codecov.io/docs/caveats)
1 parent a0d9250 commit 07ac30e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "pkg/apis/pipeline/v1alpha1/zz_generated.deepcopy.go"

0 commit comments

Comments
 (0)
Please sign in to comment.