Removed codecov from test action

pull/17/head
Paulo Truta 2022-02-06 14:35:09 +00:00
parent c8ad555ef6
commit 446deefc57
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: make build
- name: Test
run: make test-with-coverage
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
# - uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: coverage.out