Skip to content

Commit b7e5d81

Browse files
committed
!3787 update codecov action
* chore: update codecov action
1 parent 50958f0 commit b7e5d81

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
3030
- name: Test
3131
run: |
32-
dotnet test test/UnitTest -c Release --collect:"XPlat Code Coverage" -r ./coverage
33-
#dotnet test test/UnitTest.Localization -c Release -f net6.0 --collect:"XPlat Code Coverage" -r ./coverage
32+
dotnet test test/UnitTest -c Release --collect:"XPlat Code Coverage"
3433
3534
- name: Upload to Codecov
3635
uses: codecov/codecov-action@v3
3736
with:
3837
token: ${{ secrets.CODECOV_TOKEN }}
39-
directory: ./coverage/

.github/workflows/pull-request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020

2121
- name: Test
2222
run: |
23-
dotnet test test/UnitTest -c Release --collect:"XPlat Code Coverage" -r ./coverage
23+
dotnet test test/UnitTest -c Release --collect:"XPlat Code Coverage"
2424
2525
- name: Upload to Codecov
2626
uses: codecov/codecov-action@v3
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
29-
directory: ./coverage/
30-
fail_ci_if_error: false

0 commit comments

Comments
 (0)