Skip to content

Commit 086be96

Browse files
authored
chore: ignore codecov upload
Codecov is now failing more regularly when uploading code coverage. This sets to ignore until we investigate an alternative
1 parent 021e7af commit 086be96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
# flags: unittests
4444
env_vars: OS,PYTHON
4545
name: aws-lambda-powertools-python-codecov
46-
fail_ci_if_error: true
46+
# fail_ci_if_error: true # failing more consistently making CI unreliable despite all tests above passing
4747
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)