We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cda36 commit 5e5230fCopy full SHA for 5e5230f
.github/workflows/develop.yml
@@ -42,5 +42,10 @@ jobs:
42
- name: Run tests
43
run: uv run pytest
44
45
+ - name: Upload coverage reports to Codecov
46
+ uses: codecov/codecov-action@v5
47
+ with:
48
+ token: ${{ secrets.CODECOV_TOKEN }}
49
+
50
- name: Lint / Format / Type-check
51
run: uv run lint
.github/workflows/main.yml
@@ -46,6 +46,11 @@ jobs:
52
53
54
55
56
0 commit comments