Skip to content

Commit 2f2b6a6

Browse files
committed
coverage option works too, let's actually upload
1 parent d384080 commit 2f2b6a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
if: ${{ matrix.ruby_version == 3.2 && matrix.test_type == 'test' }}
7474
with:
7575
directory: coverage
76-
dry_run: true
77-
fail_ci_if_error: false
76+
fail_ci_if_error: true
7877
report_type: coverage
7978
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)