Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run:
name: Run unit-test, generate Jacoco test report and Post code coverage report to Codecov.io
command: |
./gradlew testDebugUnitTestCoverage
./gradlew testDebugUnitTestCoverage --no-daemon
pip install --user codecov && /root/.local/bin/codecov
- run:
name: Build release to test ProGuard rules
Expand Down Expand Up @@ -178,4 +178,4 @@ jobs:
- run:
name: Release to Google Play
command: ./gradlew :app:publishRelease
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------