Skip to content

Commit

Permalink
Remove test coverage reporting from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PamCatten authored Feb 27, 2024
1 parent e616508 commit a10d64d
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,3 @@ jobs:

- name: Execute Gradle build
run: ./gradlew build --scan --no-daemon

- name: Generate test coverage reports with emulator
uses: ReactiveCircus/[email protected]
with:
api-level: 33
script: ./gradlew connectedCheck --no-daemon

- name: Upload coverage reports to GitHub
uses: actions/upload-artifact@v4
with:
name: report
path: app/build/reports/coverage/androidTest/debug/connected

- name: Download coverage reports
uses: actions/download-artifact@v4
with:
name: report
path: app/build/reports/coverage/androidTest/debug/connected

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
files: "app/build/reports/coverage/androidTest/debug/connected/report.xml"
token: ${{ secrets.CODE_COV }}
slug: PamCatten/hot-stuff
env:
CODECOV_TOKEN: ${{ secrets.CODE_COV }}

0 comments on commit a10d64d

Please sign in to comment.