Skip to content

Commit

Permalink
dev: add codecov action (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpbeing authored Jan 24, 2024
1 parent 2449efe commit 2bf2ba6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
with:
pytest-extra-args: "--cov=ansys --cov-report=term --cov-report=html:.cov/html"
checkout: false
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.python-version == ${{ env.MAIN_PYTHON_VERSION }} && matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

doc-build:
name: "Build documentation"
Expand Down

0 comments on commit 2bf2ba6

Please sign in to comment.