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 6865b74 commit 6e65023Copy full SHA for 6e65023
1 file changed
.github/workflows/tests.yaml
@@ -14,7 +14,7 @@ jobs:
14
enable-cache: true
15
- run: uv run ./bin/lint
16
- run: uv run ./bin/test
17
- - name: Upload coverage reports to Codecov
18
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
19
- env:
20
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ # - name: Upload coverage reports to Codecov
+ # uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
+ # env:
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments