Skip to content

Commit 7bed6c9

Browse files
Use official Codecov action
1 parent 3b50f33 commit 7bed6c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,10 @@ jobs:
8585
CI: True
8686
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
8787

88-
# Avoid "Please provide the repository token to upload reports via `-t :repository-token`"
89-
# https://community.codecov.io/t/whitelist-github-action-servers-to-upload-without-a-token/491/10
90-
# https://github.community/t5/GitHub-Actions/Make-secrets-available-to-builds-of-forks/m-p/42814/highlight/true#M5129
9188
- name: Update Codecov
92-
uses: iansu/codecov-action-node@v1.0.0
89+
uses: codecov/codecov-action@v1.0.7
9390
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
9491
with:
95-
token: 0ef021c7-2679-4012-b42f-4bed33d99450
9692
flags: unittests
9793

9894
Publish:

0 commit comments

Comments
 (0)