We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0977a6 commit bb7e6f3Copy full SHA for bb7e6f3
1 file changed
.github/workflows/test.yaml
@@ -83,6 +83,9 @@ jobs:
83
run: uvx hatch run ${{ matrix.env.name }}:coverage xml
84
- name: Upload coverage
85
uses: codecov/codecov-action@v4
86
+ with:
87
+ token: ${{ secrets.CODECOV_TOKEN }}
88
+
89
90
# Check that all tests defined above pass. This makes it easy to set a single "required" test in branch
91
# protection instead of having to update it frequently. See https://github.com/re-actors/alls-green#why.
0 commit comments