Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark committed Apr 1, 2024
1 parent 5e3b351 commit 187945f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
codecov:
require_ci_to_pass: yes

ignore:
- "**/mock_*.go" # ignore all mock files
- "pkg/armrpc/rpctest/*" # ignore all test helpers in rpctest
- "**/zz_*" # ignore autogenerated files from autorest

coverage:
status:
project:
Expand All @@ -14,8 +19,3 @@ comment:
behavior: default
require_changes: true
hide_project_coverage: false

ignore:
- "**/mock_*" # ignore all mock files
- "pkg/armrpc/rpctest/*" # ignore all test helpers in rpctest
- "**/zz_*" # ignore autogenerated files from autorest

0 comments on commit 187945f

Please sign in to comment.