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 3f094f8 commit acbedb2Copy full SHA for acbedb2
.github/workflows/codespell-private.yml
@@ -51,6 +51,8 @@ jobs:
51
- run: codespell --version
52
- run: make check
53
- uses: codecov/codecov-action@v4
54
+ with:
55
+ token: ${{ secrets.CODECOV_TOKEN }}
56
# tomli should not be required for the next two steps (and make sure it's not)
57
- run: pip uninstall -yq tomli
58
if: ${{ matrix.no-toml == 'no-toml' }}
.github/workflows/codespell-windows.yml
@@ -26,3 +26,5 @@ jobs:
26
27
- run: pytest codespell_lib
28
29
30
0 commit comments