Closed luisg123v closed 6 years ago
@moylop260
Could you review this, please?
Merging #176 into 11.0 will decrease coverage by
0.14%
. The diff coverage is0%
.
@@ Coverage Diff @@
## 11.0 #176 +/- ##
=========================================
- Coverage 62.94% 62.8% -0.15%
=========================================
Files 10 10
Lines 448 449 +1
=========================================
Hits 282 282
- Misses 166 167 +1
Impacted Files | Coverage Δ | |
---|---|---|
runbot_travis2docker/models/runbot_build.py | 79.23% <0%> (-0.44%) |
:arrow_down: |
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 4fd10d3...2eddf13. Read the comment docs.
Currently, if any error occurs when fetching SSH keys of the author and committer, the printed message is bare and it's only visible in debug level:
This commits makes this error more verbose and useful, and increases its logging level to warning.
This is related to https://github.com/Vauxoo/runbot-addons/issues/173