Skip to content

Commit ea71330

Browse files
committed
Add possibility to skip upload to codecov
1 parent 76e4c23 commit ea71330

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
fail_ci_if_error: true
5454
token: ${{ secrets.CODECOV_TOKEN }}
55+
dry_run: ${{ vars.CODECOV_DRY_RUN == 'true'}}
5556
flags: core
5657
files: lcov.info
5758

@@ -71,5 +72,6 @@ jobs:
7172
with:
7273
fail_ci_if_error: true
7374
token: ${{ secrets.CODECOV_TOKEN }}
75+
dry_run: ${{ vars.CODECOV_DRY_RUN == 'true'}}
7476
flags: mongodb
7577
files: lcov.info

0 commit comments

Comments
 (0)