Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 795b393

Browse files
Bump codecov/codecov-action from 1.x to 2.x (#723)
1 parent 9b646dd commit 795b393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sauce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Coverage
2727
run: npm run coverage
2828
- name: Codecov
29-
uses: codecov/codecov-action@v1
29+
uses: codecov/codecov-action@v2
3030
with:
3131
file: coverage/lcov.info

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Coverage
2222
run: npm run coverage
2323
- name: Codecov
24-
uses: codecov/codecov-action@v1
24+
uses: codecov/codecov-action@v2
2525
with:
2626
file: coverage/lcov.info

0 commit comments

Comments
 (0)