Skip to content

Commit 43f74ef

Browse files
author
Martin Raiber
committed
Remove codecov uploading for now
1 parent 2832eac commit 43f74ef

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,4 @@ jobs:
3535
run: make check
3636

3737
- 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
38+
run: make test

0 commit comments

Comments
 (0)