pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
859 stars 485 forks source link

Add debug log message in JenkinsBase.process_job_folder to follow execution progress #738

Closed Lucas-C closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #738 into master will decrease coverage by 0.01%. The diff coverage is 75%.

@@            Coverage Diff             @@
##           master     #738      +/-   ##
==========================================
- Coverage   78.05%   78.03%   -0.02%     
==========================================
  Files          34       34              
  Lines        2816     2818       +2     
==========================================
+ Hits         2198     2199       +1     
- Misses        618      619       +1
Lucas-C commented 5 years ago

I do not see how I could improve code coverage there... Should I add a pragma: no cover comment ?

Lucas-C commented 5 years ago

Thanks for merging this @lechat !