forked from github/wulkanowy-mirror
Refactor login module (#151)
This commit is contained in:

committed by
Mikołaj Pich

parent
64b0919b7f
commit
a90d5cb9c3
@ -139,6 +139,7 @@ jobs:
|
||||
- run:
|
||||
name: Collect logs from emulator
|
||||
command: adb logcat -d > ./app/build/reports/logcat_emulator.txt
|
||||
when: always
|
||||
- run:
|
||||
name: Upload code covarage to codecov
|
||||
command: bash <(curl -s https://codecov.io/bash) -F instrumented
|
||||
@ -230,4 +231,4 @@ workflows:
|
||||
tags:
|
||||
only: /\d+\.\d+\.\d+/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
ignore: /.*/
|
Reference in New Issue
Block a user