Skip to content

Commit

Permalink
Merge branch 'main' of github.com:compscidr/hello-kotlin-android
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jan 31, 2024
2 parents 979f24a + 41e3a33 commit 84b08ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ This aims to be a starter repo with all of the following tooling setup:
* Unit test examples
* Instrumented test examples

## Codecov notes
Coverage is provided for:
- Instrumented on-device android tests
- JVM unit tests from the android app
- JVM unit tests from the library
They are each uploaded separately, as I had issues with the code cov action providing more than a single report at once. Codecov
can handle the multiple uploads and merge them together anyhow.

## Secrets
Secrets are passed in via `local.properties` or `.env` or via environment variables. There is an example in the GH workflows which shows how to pass in via
`local.properties` and via environment variables. It will also work with a `.env` in the app directory.
Expand Down

0 comments on commit 84b08ec

Please sign in to comment.