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 Pyutilib Github Actions testing #108

Closed mrmundt closed 4 years ago

mrmundt commented 4 years ago

Fixes: NA

Summary/Motivation:

Pyutilib can take advantage of Github Actions, hopefully so Travis/Appveyor can be retired.

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.
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 62.377% when pulling 53282d9f591ad0281c338dc90904332918832dce on mrmundt:github_actions into bfe4a98f939b14a7c585cd0030803f439696fbc4 on PyUtilib:master.

mrmundt commented 4 years ago

@jsiirola - The only failed GA test is because Codecov timed out. Feel free to re-trigger it (which I can't do for some reason)

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #108   +/-   ##
=======================================
  Coverage   64.44%   64.44%           
=======================================
  Files          86       86           
  Lines        8797     8797           
=======================================
  Hits         5669     5669           
  Misses       3128     3128           

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 bfe4a98...53282d9. Read the comment docs.