Skip to content

Commit

Permalink
cicd: enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Feb 29, 2024
1 parent fc5864a commit e878418
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,14 @@ jobs:
name: coverage-report-html
path: htmlcov
retention-days: 7
# TODO: Uncomment once publicly released
#
# - name: "Upload coverage to Codecov"
# uses: codecov/codecov-action@v4
# if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.MAIN_PYTHON_VERSION
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# with:
# files: coverage.xml

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.MAIN_PYTHON_VERSION
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.xml

docs:
name: Documentation
Expand Down

0 comments on commit e878418

Please sign in to comment.