Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): update codecov/codecov-action action to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2021
1 parent 4b878c3 commit e898dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Test
run: yarn run test:coverage --ci --silent --forceExit
- name: Upload coverage
uses: codecov/codecov-action@v1.3.1
uses: codecov/codecov-action@v1.4.0
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage/lcov.info

0 comments on commit e898dc5

Please sign in to comment.