Skip to content

Commit

Permalink
fix: update codecov
Browse files Browse the repository at this point in the history
refs: BLAIS5-4448
  • Loading branch information
elthorne committed Oct 18, 2024
1 parent 018d0fd commit 4e4b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: yarn install
- run: yarn run test
- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
Expand Down

0 comments on commit 4e4b3aa

Please sign in to comment.