Skip to content

Commit 9453be5

Browse files
committed
re-enable coverage upload
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent d2198ad commit 9453be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
env:
14-
SKIP_COVERAGE_UPLOAD: true
14+
SKIP_COVERAGE_UPLOAD: false
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)