Skip to content

Commit 4246592

Browse files
committed
skip cov.io while in private repo
1 parent 017c653 commit 4246592

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- run: python -m pytest
5252

53-
- uses: codecov/codecov-action@v4
54-
with:
55-
fail_ci_if_error: true
56-
token: ${{ secrets.CODECOV_TOKEN }}
53+
# - uses: codecov/codecov-action@v4
54+
# with:
55+
# fail_ci_if_error: true
56+
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)