mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 13:29:39 +02:00
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:
parent
0ebfde0851
commit
6748da8bbf
2 changed files with 4 additions and 58 deletions
10
.github/workflows/test-coverage.yml
vendored
10
.github/workflows/test-coverage.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue