Skip to content

Commit afe0e7d

Browse files
committed
CI/CD: Upgrade codecov github action from deprecated v1 to v3
1 parent a2a1459 commit afe0e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pytest -v --cov-branch --cov=polyagamma tests/ --cov-report=xml
4141
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v1
43+
uses: codecov/codecov-action@v3
4444
with:
4545
files: ./coverage.xml
46-
fail_ci_if_error: true
46+
fail_ci_if_error: false

0 commit comments

Comments
 (0)