Closed adicatur closed 7 years ago
Merging #31 into develop will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## develop #31 +/- ##
======================================
Coverage 0% 0%
======================================
Files 120 121 +1
Lines 9547 9569 +22
Branches 990 990
======================================
- Misses 9547 9569 +22
Impacted Files | Coverage Δ | |
---|---|---|
...va/com/qiscus/sdk/data/remote/QiscusPusherApi.java | 0% <0%> (ø) |
:arrow_up: |
...ain/java/com/qiscus/sdk/data/remote/QiscusApi.java | 0% <0%> (ø) |
:arrow_up: |
...in/java/com/qiscus/sdk/util/QiscusErrorLogger.java | 0% <0%> (ø) |
:arrow_up: |
chat/src/main/java/com/qiscus/sdk/Qiscus.java | 0% <0%> (ø) |
:arrow_up: |
...rc/main/java/com/qiscus/sdk/util/QiscusLogger.java | 0% <0%> (ø) |
|
...va/com/qiscus/sdk/service/QiscusPusherService.java | 0% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a6c55ef...3e17d77. Read the comment docs.
User can configure whether to show or hide information log from SDK
Qiscus.setEnableLog(true)
Qiscus.setEnableLog(false)