We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bb606 commit 0da269aCopy full SHA for 0da269a
.github/workflows/test.yml
@@ -77,15 +77,6 @@ jobs:
77
path: ./coverage/**/coverage.cobertura.xml
78
retention-days: 30
79
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
-
89
- name: Test Summary
90
run: |
91
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
0 commit comments