Skip to content

Commit

Permalink
ci: remove codecov step from github action build and report
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashky committed Dec 9, 2024
1 parent c7c95ef commit 2d7efa1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
with:
name: jacoco-report
path: target/site/jacoco
- uses: codecov/codecov-action@v5
name: Send coverage to Codecov
with:
file: ./**/target/site/jacoco/jacoco.xml
name: codecov
- name: Send coverage to Codacy
uses: codacy/codacy-coverage-reporter-action@master
with:
Expand Down

0 comments on commit 2d7efa1

Please sign in to comment.