fix(shorebird_cli): handle case where IPA generation failed with exit code 0 (#618)

This commit is contained in:
Bryan Oltman
2023-06-09 12:28:03 -04:00
committed by GitHub
parent 95cbde5894
commit a2352fab4e
4 changed files with 92 additions and 6 deletions
+4 -4
View File
@@ -64,10 +64,10 @@ runs:
dart pub global activate coverage
dart test -j ${{inputs.concurrency}} --coverage=coverage --platform=${{inputs.platform}} && dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=${{inputs.report_on}} --check-ignore
- name: Upload Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload Coverage
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- uses: VeryGoodOpenSource/very_good_coverage@v2
with: