Closed bbossola-tesco closed 7 years ago
Merging #10 into master will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #10 +/- ##
==========================================
+ Coverage 87.22% 87.26% +0.04%
==========================================
Files 14 14
Lines 540 542 +2
Branches 68 68
==========================================
+ Hits 471 473 +2
Misses 55 55
Partials 14 14
Impacted Files | Coverage Δ | |
---|---|---|
...va/com/github/hermannpencole/nifi/config/Main.java | 92.85% <100%> (+0.17%) |
: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 0e98af4...ca13db3. Read the comment docs.
Simple change: the nifi-config now allows to specify "enableDebugMode" in order to put the ApiClient in debugging mode. This is particularly useful (at least here) to understand what's going on when some API calls appear to not be working.