fix(ci): remove codecov/codecov-action - not available on Forgejo instance
Some checks failed
Checkout test / test (push) Successful in 4s
CI with Native Libraries / Check Build Environment (push) Successful in 12s
CI/CD Pipeline / Test (push) Failing after 5m8s
CI/CD Pipeline / Dev Compose Smoke Test (push) Has been skipped
CI/CD Pipeline / Build (push) Has been skipped
CI/CD Pipeline / Test Scripts (push) Has been skipped
CI/CD Pipeline / Security Scan (push) Failing after 4m52s
Documentation / build-and-publish (push) Failing after 37s
CI with Native Libraries / Build and Test Native Libraries (push) Failing after 16m16s
CI with Native Libraries / Build Release Libraries (push) Has been skipped
CI/CD Pipeline / Docker Build (push) Has been skipped

This commit is contained in:
Jeremie Fraeys 2026-02-12 14:16:32 -05:00
parent bdcb134582
commit 580288b166
No known key found for this signature in database

View file

@ -144,15 +144,6 @@ jobs:
- name: Generate coverage report
run: make test-coverage
- name: Upload coverage to Codecov
if: secrets.CODECOV_TOKEN != ''
uses: codecov/codecov-action@v4
with:
file: ./coverage/coverage.out
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
dev-smoke:
name: Dev Compose Smoke Test
runs-on: self-hosted