We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf60e1 commit 55436e6Copy full SHA for 55436e6
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,6 @@ jobs:
26
run: |
27
pytest -n auto -x -rA
28
- name: Codecov
29
- uses: actions/checkout@master
30
uses: codecov/codecov-action@v2
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments