Skip to content

Commit ea96875

Browse files
Bump codecov/codecov-action from 3 to 4 (#34)
* Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * 1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Maximov <[email protected]>
1 parent c08ca75 commit ea96875

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161
run: dotnet test --no-restore -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput=../.coverage/
6262
- name: Upload coverage to codecov
6363
if: ${{ startsWith(matrix.os, 'ubuntu') }}
64-
uses: codecov/codecov-action@v3
65-
env:
66-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
64+
uses: codecov/codecov-action@v4
6765
with:
66+
token: ${{ secrets.CODECOV_TOKEN }}
6867
files: src/.coverage/*.opencover.xml
6968

7069
buildcheck:

0 commit comments

Comments
 (0)