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 b45f261 commit 76edb95Copy full SHA for 76edb95
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
89
TEST_WEBHOOK_SECRET: ${{ secrets.TEST_WEBHOOK_SECRET }}
90
run: |
91
- uv run nox --session "test" -- --integration
+ uv run nox --session "coverage" -- --integration
92
93
types:
94
runs-on: ubuntu-latest
0 commit comments