Skip to content

Commit cda5a1e

Browse files
authored
Update coverage.yml
Signed-off-by: Derek Gooding <djgooding@live.com>
1 parent 2a6cede commit cda5a1e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,5 @@ jobs:
2929
run: dotnet test --no-build --collect:"XPlat Code Coverage"
3030

3131
- name: Upload to Codecov
32-
uses: codecov//github-action@v2
33-
with:
34-
token: ${{ secrets.CODECOV_TOKEN }}
35-
github-token: ${{ secrets.GITHUB_TOKEN }}
36-
files: ./TestResults/**/*.xml
37-
flags: unittests
38-
name: codecov-coverage
32+
uses: coverallsapp/github-action@v2
33+

0 commit comments

Comments
 (0)