Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 75ddc63

Browse files
committed
chore: use codecov action
1 parent 278b8e4 commit 75ddc63

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
env:
3939
CI: true
4040

41-
- name: Test Coverage
42-
run: codecov -f coverage/lcov.info
43-
env:
44-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
41+
- name: Upload coverage to Codecov
42+
uses: codecov/codecov-action@v2
43+
with:
44+
token: ${{ secrets.CODECOV_TOKEN }}
4545

4646
- name: Release
4747
if: github.ref == 'refs/heads/master'

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)