Browse Source

Add Codecov token to workflow for coverage reporting

pull/2840/head
James Jackson-South 3 months ago
committed by GitHub
parent
commit
b83ac7cca6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/code-coverage.yml

1
.github/workflows/code-coverage.yml

@ -85,3 +85,4 @@ jobs:
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

Loading…
Cancel
Save