We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b50f33 + 7bed6c9 commit 65eed24Copy full SHA for 65eed24
.github/workflows/build-and-test.yml
@@ -85,14 +85,10 @@ jobs:
85
CI: True
86
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
87
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
91
- name: Update Codecov
92
- uses: iansu/codecov-action-node@v1.0.0
+ uses: codecov/codecov-action@v1.0.7
93
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
94
with:
95
- token: 0ef021c7-2679-4012-b42f-4bed33d99450
96
flags: unittests
97
98
Publish:
0 commit comments