refactor: remove codecov actions

This commit is contained in:
07akioni 2021-06-17 21:48:21 +08:00
parent 06a0e18df3
commit 1a1df5bdee

View File

@ -29,7 +29,3 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run test:cov
- uses: codecov/codecov-action@v1.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}