Skip to content

Commit

Permalink
wip
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 232e469 commit 5e3b351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
codecov_yml_path: .github/codecov.yml
codecov_yml_path: ./codecov.yml
file: ./dist/unit_test/ut_coverage.out
flags: unittests
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/codecov.yml → codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ comment:

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

0 comments on commit 5e3b351

Please sign in to comment.