packethost / packet-python

A Python client for the Equinix Metal API
http://metal.equinix.com/
GNU Lesser General Public License v3.0
40 stars 50 forks source link

add codecov to GH Actions #130

Closed displague closed 2 years ago

displague commented 2 years ago

Adds code coverage reporting to GH Actions

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4f307ff). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #130   +/-   ##
=========================================
  Coverage          ?   60.79%           
=========================================
  Files             ?       23           
  Lines             ?      987           
  Branches          ?       95           
=========================================
  Hits              ?      600           
  Misses            ?      376           
  Partials          ?       11           
Flag Coverage Δ
unittests 60.79% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 4f307ff...953b86d. Read the comment docs.

displague commented 2 years ago

AFAICT, the links in the graph won't work until the first upload is made on the master branch https://app.codecov.io/gh/packethost/packet-python/

cprivitere commented 2 years ago

Should your envlist still have the python versions you removed? "envlist = py27,py36,py37,py38,py39,py310"