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 947b8e8Copy full SHA for 947b8e8
.github/workflows/integration.yaml
@@ -71,6 +71,10 @@ jobs:
71
with:
72
name: pytest-results-${{matrix.test-type}}
73
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
78
# - name: View Test Results
79
# uses: dorny/test-reporter@v1
80
# if: success() || failure()
@@ -81,11 +85,6 @@ jobs:
81
85
# list-suites: failed
82
86
# list-tests: failed
83
87
# max-annotations: 10
84
- # - name: Upload codecov coverage
- # uses: codecov/codecov-action@v2
- # with:
- # 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