Skip to content

Commit

Permalink
feat(#217): Merge Code Coverage Workflow into the Build one
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Mar 6, 2021
1 parent a0d2a86 commit 8629e56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 44 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:

- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up JDK 15
uses: actions/setup-java@v1
Expand Down Expand Up @@ -78,7 +80,10 @@ jobs:
run: ./gradlew clean lintDebug testDebug --stacktrace

- name: Build APK
run: ./gradlew assembleDebug --stacktrace
run: ./gradlew build assembleDebug --stacktrace

- name: Code Coverage
run: bash <(curl -s https://codecov.io/bash)

- name: Archive sample app artifacts
uses: actions/upload-artifact@v2
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/code_coverage.yml

This file was deleted.

0 comments on commit 8629e56

Please sign in to comment.