Skip to content

Commit

Permalink
Update and rename build.yml to android.yml
Browse files Browse the repository at this point in the history
Trying to get code coverage uploads to work
  • Loading branch information
mo1117 committed Jan 3, 2024
1 parent 372f5be commit 7753666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml → .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7753666

Please sign in to comment.