Skip to content

Commit 4af00d1

Browse files
committed
chore(deps): update codecov/codecov-action action to v2.1.0
1 parent 192ddc6 commit 4af00d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Test
7676
run: npm run test:ci
7777
- name: Upload coverage to Codecov
78-
uses: codecov/codecov-action@v2.0.3
78+
uses: codecov/codecov-action@v2.1.0
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
file: ./coverage/cobertura-coverage.xml

0 commit comments

Comments
 (0)