We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2832eac commit 43f74efCopy full SHA for 43f74ef
.github/workflows/main.yml
@@ -35,11 +35,4 @@ jobs:
35
run: make check
36
37
- name: Test code
38
- run: make test
39
-
40
- - name: Upload coverage
41
- uses: codecov/codecov-action@v4
42
- if: steps.fork-check.outputs.is-fork == 'false'
43
- with:
44
- token: ${{ secrets.CODECOV_TOKEN }}
45
- fail_ci_if_error: true
+ run: make test
0 commit comments