Skip to content

Commit 5a3aa25

Browse files
committed
Merge branch 'develop' of https://github.com/awslabs/aws-lambda-powertools-python into feat/logger-reset-state
* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python: chore: ignore codecov upload chore: reintroduce codecov token
2 parents d1b7c22 + 086be96 commit 5a3aa25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Code quality
22

33
on:
44
pull_request:
@@ -43,4 +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
47+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)