Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3 (#102)
Browse files Browse the repository at this point in the history
* chore(deps): update codecov/codecov-action action to v3

* Update ci.yml

* Create popular-pans-roll.md

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: roikoren755 <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2022
1 parent f20db2e commit 13c86c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-pans-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-node-roikoren": patch
---

chore(deps): update codecov/codecov-action action to v3
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
- name: Coverage
run: npm run coverage
- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 13c86c1

Please sign in to comment.