Skip to content

Commit fa44c65

Browse files
authored
Update codecov
Signed-off-by: Henrique Graca <[email protected]>
1 parent a1a53c2 commit fa44c65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
- name: Test & Code Coverage
3333
run: dotnet test --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
3434
- name: Codecov
35-
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # 4.3.1
36-
env:
37-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
35+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # 4.5.0
3836
with:
3937
flags: unittests
4038
fail_ci_if_error: false

0 commit comments

Comments
 (0)