Skip to content

Commit

Permalink
feat: activate Codecov before going public
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jun 20, 2023
1 parent bd54ec7 commit 06dcd84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
path: .cov
retention-days: 7

# - name: Upload coverage to Codecov
# if: env.MAIN_PYTHON_VERSION == matrix.python-version
# uses: codecov/codecov-action@v3
- name: Upload coverage to Codecov
if: env.MAIN_PYTHON_VERSION == matrix.python-version
uses: codecov/codecov-action@v3

docs:
name: Documentation
Expand Down

0 comments on commit 06dcd84

Please sign in to comment.