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.
2 parents 5aebed5 + b6d0c47 commit c212af6Copy full SHA for c212af6
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9b3c202
+_commit: 19e0124
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: js
.github/workflows/build.yaml
@@ -127,7 +127,7 @@ jobs:
127
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
128
129
- name: Upload coverage
130
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
131
with:
132
token: ${{ secrets.CODECOV_TOKEN }}
133
0 commit comments