feat: disable codecov (#193)
This commit is contained in:
parent
d5f3232b7a
commit
ba6df26ebd
12
.github/workflows/test-runner.yaml
vendored
12
.github/workflows/test-runner.yaml
vendored
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Tests and Codecov
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -21,8 +21,8 @@ jobs:
|
||||
run: yarn
|
||||
- name: Run tests
|
||||
run: yarn test
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: coverage/lcov.info
|
||||
# - name: Upload coverage reports to Codecov
|
||||
# uses: codecov/codecov-action@v3
|
||||
# with:
|
||||
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||
# files: coverage/lcov.info
|
||||
|
Loading…
Reference in New Issue
Block a user