We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f026131 commit 1034525Copy full SHA for 1034525
.github/workflows/run-tests.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Execute tests
63
run: vendor/bin/pest --coverage
64
65
- - name: on Linux send code coverage
+ - name: Send code coverage
66
uses: codecov/codecov-action@v3
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments