Skip to content

Commit 0da269a

Browse files
committed
removed codecov
1 parent 05bb606 commit 0da269a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ jobs:
7777
path: ./coverage/**/coverage.cobertura.xml
7878
retention-days: 30
7979

80-
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@v5
82-
with:
83-
files: ./coverage/**/coverage.cobertura.xml
84-
token: ${{ secrets.CODECOV_TOKEN }}
85-
fail_ci_if_error: false
86-
flags: backend
87-
name: backend-coverage
88-
8980
- name: Test Summary
9081
run: |
9182
echo "## Test Results" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)