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: jobs:
build: build:
name: Tests and Codecov name: Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -21,8 +21,8 @@ jobs:
run: yarn run: yarn
- name: Run tests - name: Run tests
run: yarn test run: yarn test
- name: Upload coverage reports to Codecov # - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3 # uses: codecov/codecov-action@v3
with: # with:
token: ${{ secrets.CODECOV_TOKEN }} # token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/lcov.info # files: coverage/lcov.info