Removed codecov from test action
parent
c8ad555ef6
commit
446deefc57
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: make build
|
run: make build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test-with-coverage
|
run: make test-with-coverage
|
||||||
- uses: codecov/codecov-action@v1
|
# - uses: codecov/codecov-action@v1
|
||||||
with:
|
# with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: coverage.out
|
# files: coverage.out
|
||||||
|
|
Loading…
Reference in New Issue