chore(ci): remove Codecov integration

- Remove codecov-action steps from test.yml and test-coverage.yml
- Update coverage summary to remove Codecov references
- Coverage still generated locally, just not uploaded externally

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Wuesteon 2025-12-01 23:26:58 +01:00
parent 0ebfde0851
commit 6748da8bbf
2 changed files with 4 additions and 58 deletions

View file

@ -65,16 +65,6 @@ jobs:
fi
done < coverage_dirs.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage-combined
flags: unittests
name: manacore-monorepo
fail_ci_if_error: false
verbose: true
- name: Generate coverage summary
run: |
echo "## Test Coverage Summary" >> $GITHUB_STEP_SUMMARY