Skip to content

Commit 87eeeb5

Browse files
committed
ci: update codecov action
1 parent bac3b31 commit 87eeeb5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,9 @@ jobs:
3434
args: '-- --test-threads 1'
3535

3636
- name: Upload to codecov.io
37-
uses: codecov/codecov-action@v1.0.2
37+
uses: codecov/codecov-action@v2
3838
with:
39-
token: ${{secrets.CODECOV_TOKEN}}
40-
41-
- name: Archive code coverage results
42-
uses: actions/upload-artifact@v1
43-
with:
44-
name: code-coverage-report
45-
path: cobertura.xml
39+
fail_ci_if_error: true
4640

4741
lints:
4842
name: Lints & Format

0 commit comments

Comments
 (0)