Skip to content

Commit fca8ce1

Browse files
committed
update coverage.yml
1 parent d09a76c commit fca8ce1

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ jobs:
5959
uses: codecov/codecov-action@v5
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
62-
files: ./coverage.info
63-
flags: unittests
64-
name: codecov-umbrella
65-
fail_ci_if_error: false
66-
disable_search: true
67-
override_branch: ${{ github.ref_name }}
68-
override_build: ${{ github.run_number }}
69-
override_commit: ${{ github.sha }}
62+
files: ./coverage_filtered.info
63+
slug: SergeyMakeev/slot_map
64+
fail_ci_if_error: true
65+
verbose: true

0 commit comments

Comments
 (0)