Skip to content

Commit a40789f

Browse files
committed
Reinstate codecov in CI (removed in #2392)
Since this is a public project, the token shouldn't be necessary
1 parent 027b452 commit a40789f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
with:
7272
name: pytest-results-${{matrix.test-type}}
7373
path: '${{matrix.test-type}}*results.xml'
74+
- uses: codecov/codecov-action@v3
75+
with:
76+
fail_ci_if_error: false
7477
# - name: View Test Results
7578
# uses: dorny/test-reporter@v1
7679
# if: success() || failure()
@@ -81,11 +84,6 @@ jobs:
8184
# list-suites: failed
8285
# list-tests: failed
8386
# max-annotations: 10
84-
# - name: Upload codecov coverage
85-
# uses: codecov/codecov-action@v2
86-
# with:
87-
# fail_ci_if_error: false
88-
# token: ${{ secrets.CODECOV_TOKEN }}
8987

9088
build_and_test_package:
9189
name: Validate building and installing the package

0 commit comments

Comments
 (0)