Skip to content

Commit 0951e8d

Browse files
author
Arvind Thirumurugan
committed
add codecov.yml file
Signed-off-by: Arvind Thirumurugan <arvindth@microsoft.com>
1 parent f32a91e commit 0951e8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
## Comma-separated list of files to upload
5858
files: ./it-coverage.xml;./ut-coverage.xml
59-
exclude: apis, cmd, test
6059

6160
e2e-tests-v1alpha1:
6261
runs-on: ubuntu-latest

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ignore:
2+
- "apis/**/*"
3+
- "cmd/**/*"
4+
- "test/**/*"

0 commit comments

Comments
 (0)