leonardt / fault

A Python package for testing hardware (part of the magma ecosystem)
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Switch to codecov and update README.md #192

Closed sgherbst closed 4 years ago

sgherbst commented 4 years ago

This small PR does two things:

  1. Changes from using coveralls to using codecov. This change is motivated by the fact that codecov can merge coverage results for the same commit hash. In our case, this is helpful because we run tests of open-source simulators on Travis and tests of commercial simulators on our own infrastructure in BuildKite. By merging the coverage reports, we get a complete picture of coverage for the entire test suite.
  2. The README.md file is updated to have badges for Travis, BuildKite, codecov, and the BSD-3 license, and it also now includes a list of all of the supported simulators.
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   68.86%   68.86%           
=======================================
  Files          44       44           
  Lines        3819     3819           
=======================================
  Hits         2630     2630           
  Misses       1189     1189

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 79668c0...aab38a9. Read the comment docs.