Skip to content

Commit

Permalink
Maint: Add code cov report (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
  • Loading branch information
dipinknair and pyansys-ci-bot authored Apr 11, 2024
1 parent 3b3a3c7 commit 5144c27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,13 @@ jobs:
name: combined-coverage-results
path: .coverage-combined
retention-days: 7
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: .coverage-combined/xml


package:
name: Package library
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ignore:

comment:
layout: "diff"
behavior: default
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/692.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Maint: Add code cov report

0 comments on commit 5144c27

Please sign in to comment.