Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 6, 2024
1 parent 6b7cefc commit a031d80
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ When non EN translations are updated in [Weblate](https://weblate.codel1417.xyz/
>
> ```shell
> # Install and enable required tools
> dart pub global activate build_runner
> dart pub global activate flutter_gen
> dart pub global activate intl_translation
>
> flutter pub get # Downloads Dependencies
Expand Down Expand Up @@ -248,7 +246,7 @@ Some of these values aren't actually secret and can be shared. Specifically the
| ANDROID_KEY_PROPERTIES | storePassword=hunter2 <br> keyPassword=hunter2 <br> keyAlias=upload <br> storeFile=key.jks | generate an android signing certificate and fill out [key.example.properties](android/key.example.properties) | sign apks |
| ANDROID_KEY_JKS | sdfsfasdFSDgjklsgklsjdfASGHSDLGHJFSD= | cat AndroidKeystoreCodel1417.jks \| base64 -w 0 | base64 form of the jks file |
| GOOGLE_SECRETS | {"type": "service_account", | Json file of google credentials https://docs.fastlane.tools/actions/upload_to_play_store/ | Authenticate to google to upload builds |
| CODECOV_TOKEN | jlgsfjklsdhjklvsdfjklsdfjklsdfjkjklnsdf | generated by codecov | Code coverage metrics |
| CODECOV_TOKEN | jlgsfjklsdhjklvsdfjklsdfjklsdfjkjklnsdf | generated by codecov | Code coverage metrics |
### Repository Integrations
Expand All @@ -264,7 +262,7 @@ A SSH key is installed in my account which allows [Weblate](https://weblate.code
#### Codecov
The [Codecov](https://codecov.io) integration is set up to track test coverage.
The [Codecov](https://codecov.io) integration is set up to track test coverage.
The job [testing.yml](.github/workflows/testing.yml) runs the unit tests for every push and pull request, and uploads the coverage report to codecov.
These reports are visible on pull requests as comments.
Expand Down Expand Up @@ -313,6 +311,7 @@ Services go down daily at 6:00 AM UTC for offline backups. This Can take up to a
[Apple App Store connect](https://appstoreconnect.apple.com/apps)
[Codecov Code Coverage](https://app.codecov.io/gh/OpenTails/tail_app)
### Misc
UUIDs were generated using https://www.uuidgenerator.net/version4

0 comments on commit a031d80

Please sign in to comment.