Skip to content

Commit b8f29e7

Browse files
Merge pull request #37 from DP6/dependabot/github_actions/codecov/codecov-action-2.1.0
build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0
2 parents 23c11e0 + a501463 commit b8f29e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Run coverage
1717
run: npm run coverage
1818
- name: Upload coverage to Codecov
19-
uses: codecov/codecov-action@v2.0.3
19+
uses: codecov/codecov-action@v2.1.0
2020
with:
2121
token: ${{ secrets.CODECOV_TOKEN }}
2222
flags: unittests,integrationtest

0 commit comments

Comments
 (0)