Skip to content

Commit

Permalink
Update ci_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta authored Jan 16, 2023
1 parent 81d5944 commit a83fa6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ jobs:
run: |
pip install genbadge[all]
genbadge coverage -i coverage.xml -o htmlcov/coverage-badge.svg
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

# - name: Generate benchmark report
# uses: pancetta/github-action-benchmark@v1
# if: ${{ (!contains(github.event.head_commit.message, '[CI-no-benchmarks]')) && (github.event_name == 'push') }}
Expand Down

0 comments on commit a83fa6b

Please sign in to comment.