We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476324c commit 021e7afCopy full SHA for 021e7af
.github/workflows/python_build.yml
@@ -1,4 +1,4 @@
1
-name: Build
+name: Code quality
2
3
on:
4
pull_request:
@@ -44,3 +44,4 @@ jobs:
44
env_vars: OS,PYTHON
45
name: aws-lambda-powertools-python-codecov
46
fail_ci_if_error: true
47
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments