Skip to content

Commit 947b8e8

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
with:
7272
name: pytest-results-${{matrix.test-type}}
7373
path: '${{matrix.test-type}}*results.xml'
74+
- name: Upload codecov coverage
75+
uses: codecov/codecov-action@v3
76+
with:
77+
fail_ci_if_error: false
7478
# - name: View Test Results
7579
# uses: dorny/test-reporter@v1
7680
# if: success() || failure()
@@ -81,11 +85,6 @@ jobs:
8185
# list-suites: failed
8286
# list-tests: failed
8387
# 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 }}
8988

9089
build_and_test_package:
9190
name: Validate building and installing the package

0 commit comments

Comments
 (0)