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 81d5944 commit a83fa6bCopy full SHA for a83fa6b
.github/workflows/ci_pipeline.yml
@@ -188,7 +188,10 @@ jobs:
188
run: |
189
pip install genbadge[all]
190
genbadge coverage -i coverage.xml -o htmlcov/coverage-badge.svg
191
-
+
192
+ - name: Upload coverage reports to Codecov
193
+ uses: codecov/codecov-action@v3
194
195
# - name: Generate benchmark report
196
# uses: pancetta/github-action-benchmark@v1
197
# if: ${{ (!contains(github.event.head_commit.message, '[CI-no-benchmarks]')) && (github.event_name == 'push') }}
0 commit comments