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 16063b8 commit 8a45b80Copy full SHA for 8a45b80
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Codecov
35
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # 4.5.0
36
with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
38
flags: unittests
39
fail_ci_if_error: false
40
name: codecov-lambda-powertools-dotnet
0 commit comments