Skip to content

Commit a83fa6b

Browse files
authored
Update ci_pipeline.yml
1 parent 81d5944 commit a83fa6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,10 @@ jobs:
188188
run: |
189189
pip install genbadge[all]
190190
genbadge coverage -i coverage.xml -o htmlcov/coverage-badge.svg
191-
191+
192+
- name: Upload coverage reports to Codecov
193+
uses: codecov/codecov-action@v3
194+
192195
# - name: Generate benchmark report
193196
# uses: pancetta/github-action-benchmark@v1
194197
# if: ${{ (!contains(github.event.head_commit.message, '[CI-no-benchmarks]')) && (github.event_name == 'push') }}

0 commit comments

Comments
 (0)