Skip to content

Commit

Permalink
Configure codecov (external-secrets#2995)
Browse files Browse the repository at this point in the history
* Configure codevov

Signed-off-by: shuheiktgw <[email protected]>

* Disable annotations

Signed-off-by: shuheiktgw <[email protected]>

* Set ignore

Signed-off-by: shuheiktgw <[email protected]>

---------

Signed-off-by: shuheiktgw <[email protected]>
  • Loading branch information
shuheiktgw authored Jan 5, 2024
1 parent 0bb4fea commit f32ea9f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ jobs:
run: |
make test
- name: Publish Unit Test Coverage
uses: codecov/codecov-action@v3
with:
flags: unittests
file: ./cover.out

publish-artifacts:
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
Expand Down
23 changes: 23 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
ignore:
- "**/zz_generated.deepcopy.go"
- "assets"
- "config"
- "deploy"
- "design"
- "docs"
- "e2e"
- "hacks"
- "overrides"
- "terraform"
github_checks:
annotations: false
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true

0 comments on commit f32ea9f

Please sign in to comment.