Skip to content

Commit 4fc7bce

Browse files
committed
Upgrade to codecov uploader v2
Some time ago codecov stopped supporting their old v1 uploader, and it seems they've now finally turned it off, so we aren't getting any coverage reports anymore. Hopefully upgrading is pretty trivial.
1 parent 3ec529d commit 4fc7bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
done
173173
- name: Upload coverage
174174
if: matrix.coverage
175-
uses: codecov/codecov-action@v1
175+
uses: codecov/codecov-action@v2
176176
with:
177177
# Could you use this to fake the coverage report for your PR? Sure.
178178
# Will anyone be impressed by your amazing coverage? No

0 commit comments

Comments
 (0)