Skip to content

Commit

Permalink
ci: update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nusr committed Apr 8, 2024
1 parent 9921a4b commit 5340240
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- name: Test
run: |
npm install
npx tsc
npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build
run: npm run build
- name: Deploy
Expand Down

0 comments on commit 5340240

Please sign in to comment.