Skip to content

Commit

Permalink
[chore] Github Actions: remove Codecov from build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanw-mobile committed Aug 17, 2024
1 parent eccc2da commit 5c9583e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
name: test-report
path: composeApp/build/reports/tests/

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: composeApp/build/reports/kover/reportRelease.xml
fail_ci_if_error: true
verbose: false

- name: Run codacy-coverage-reporter
uses: codacy/[email protected]
with:
Expand Down

0 comments on commit 5c9583e

Please sign in to comment.