feat: disable codecov (#193)

This commit is contained in:
Yusuf Seyrek 2023-05-11 15:02:58 +03:00 committed by GitHub
parent d5f3232b7a
commit ba6df26ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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