We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021e7af commit 086be96Copy full SHA for 086be96
.github/workflows/python_build.yml
@@ -43,5 +43,5 @@ jobs:
43
# flags: unittests
44
env_vars: OS,PYTHON
45
name: aws-lambda-powertools-python-codecov
46
- fail_ci_if_error: true
+ # fail_ci_if_error: true # failing more consistently making CI unreliable despite all tests above passing
47
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments