Skip to content

Commit

Permalink
fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Nov 8, 2018
1 parent dc3ec91 commit 6d4a740
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
name: Check Java code style
command: make checkstyle
- run:
name: Run unit-test and generate Jacoco test report
command: ./gradlew createDebugUnitTestCoverageReport
name: Run unit-test, generate Jacoco test report and Post code coverage report to Codecov.io
command: |
./gradlew testDebugUnitTestCoverage
pip install --user codecov && /root/.local/bin/codecov
- run:
name: Build release to test ProGuard rules
command: ./gradlew app:assembleRelease
Expand Down Expand Up @@ -64,11 +66,6 @@ jobs:
# --device model=sailfish,version=26,locale=es,orientation=portrait \
# --device model=walleye,version=28,locale=de,orientation=landscape \
# --timeout 5m
- run:
name: Post code coverage report to Codecov.io
command: |
cd mapbox-navigation-android && ./gradlew testDebugUnitTestCoverage
pip install --user codecov && /root/.local/bin/codecov
- run:
name: Run robo test on Firebase
no_output_timeout: 1200
Expand Down

0 comments on commit 6d4a740

Please sign in to comment.