We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027b452 commit 9b77ee0Copy full SHA for 9b77ee0
.github/workflows/integration.yaml
@@ -71,6 +71,9 @@ jobs:
71
with:
72
name: pytest-results-${{matrix.test-type}}
73
path: '${{matrix.test-type}}*results.xml'
74
+ - uses: codecov/codecov-action@v3
75
+ with:
76
+ fail_ci_if_error: false
77
# - name: View Test Results
78
# uses: dorny/test-reporter@v1
79
# if: success() || failure()
@@ -81,11 +84,6 @@ jobs:
81
84
# list-suites: failed
82
85
# list-tests: failed
83
86
# max-annotations: 10
- # - name: Upload codecov coverage
- # uses: codecov/codecov-action@v2
- # with:
87
- # fail_ci_if_error: false
88
- # token: ${{ secrets.CODECOV_TOKEN }}
89
90
build_and_test_package:
91
name: Validate building and installing the package
0 commit comments