Skip to content

Commit 06dcd84

Browse files
committed
feat: activate Codecov before going public
1 parent bd54ec7 commit 06dcd84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
path: .cov
102102
retention-days: 7
103103

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

108108
docs:
109109
name: Documentation

0 commit comments

Comments
 (0)