diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index d6bebdf..3f8906d 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -23,12 +23,14 @@ jobs: restore-keys: ${{ runner.os }}-sonar - name: Build run: flutter build - - name: Execute tests - run: flutter test --coverage - name: Download sonar-scanner run: | curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610-linux-x64.zip unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/ + - name: Execute tests + run: | + flutter test --coverage + ls coverage/ - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any diff --git a/README.md b/README.md index 38c19f4..32cb0dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # APP em Flutter para o Projeto Arandu A new Flutter project. +## APK + +- [APK](https://drive.google.com/file/d/1Onw1dsXU3rjpezBIfxpIiuR0Qq4BxE3D/view?usp=drive_link) ## Getting Started diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 05bdb04..f12839f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,9 @@ + + + + + +