Skip to content

Commit 946ee93

Browse files
committed
Fix codecov not uploading report +semver: skip
1 parent 12375b1 commit 946ee93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: dotnet test -c Release --no-build --verbosity normal --logger GitHubActions
4040

4141
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v5
43+
with:
44+
token: ${{ secrets.CODECOV_TOKEN }}
4345

4446
- name: Push
4547
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}

0 commit comments

Comments
 (0)