PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Adding logic for Codecov Failures #113

Closed mrmundt closed 4 years ago

mrmundt commented 4 years ago

Fixes: Frequent Codecov failures

Summary/Motivation:

Codecov is unreliable with uploading coverage reports. This adds logic to address.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
mrmundt commented 4 years ago

@jsiirola - Logic implemented.

codecov[bot] commented 4 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   74.95%   74.95%           
=======================================
  Files          96       96           
  Lines        8329     8329           
=======================================
  Hits         6243     6243           
  Misses       2086     2086           

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 da1ace6...f36d6ba. Read the comment docs.

mrmundt commented 4 years ago

@blnicho @jsiirola - Reminder that this exists!