Skip to content

Commit

Permalink
Add token for codecov and use latest stable node version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
appurva21 committed Aug 27, 2024
1 parent ae8fe4c commit 7efd7f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
include:
- coverage: true
node-version: 20
node-version: latest
os: ubuntu-latest

steps:
Expand All @@ -95,7 +95,7 @@ jobs:

- if: ${{ matrix.coverage }}
name: Upload coverage
run: npm run codecov -- -c -Z -f .coverage/coverage-final.json -F unit -t ${{ secrets.CODECOV_TOKEN }}
run: npm run codecov -- -c -Z -f .coverage/coverage-final.json -F unit -t ${{ secrets.CODECOV_TOKEN }} -t ${{ secrets.CODECOV_TOKEN }}

- name: Run vm tests
run: npm run test-vm
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unreleased:
chores:
- Update ci.yml to run coverage on latest node version
- Update token for uploading code coverage reports
5.1.1:
date: 2024-08-01
fixed bugs:
Expand Down

0 comments on commit 7efd7f4

Please sign in to comment.