Skip to content

Commit

Permalink
Reinstate codecov in CI (removed in #2392)
Browse files Browse the repository at this point in the history
Since this is a public project, the token shouldn't be necessary
  • Loading branch information
akx committed Sep 21, 2022
1 parent 027b452 commit 9b77ee0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
with:
name: pytest-results-${{matrix.test-type}}
path: '${{matrix.test-type}}*results.xml'
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
# - name: View Test Results
# uses: dorny/test-reporter@v1
# if: success() || failure()
Expand All @@ -81,11 +84,6 @@ jobs:
# list-suites: failed
# list-tests: failed
# max-annotations: 10
# - name: Upload codecov coverage
# uses: codecov/codecov-action@v2
# with:
# fail_ci_if_error: false
# token: ${{ secrets.CODECOV_TOKEN }}

build_and_test_package:
name: Validate building and installing the package
Expand Down

0 comments on commit 9b77ee0

Please sign in to comment.