Skip to content

Commit 911882b

Browse files
author
Sergey Khomushin
committed
CI: update codecov version
1 parent 6b7cbda commit 911882b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@master
27-
27+
2828
- name: Install modules
2929
run: npm ci
3030

3131
- name: Run tests
3232
run: npm run test
33-
33+
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v2
35+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)