facebookincubator / Bowler

Safe code refactoring for modern Python.
https://pybowler.io/
MIT License
1.53k stars 91 forks source link

Add github build actions #107

Closed amyreese closed 4 years ago

amyreese commented 5 years ago

Will build on 3.6 and 3.7, on Linux and Mac. Windows builds will be added once it is fully supported in Bowler, because Github Actions don't currently support the notion of jobs that are allowed to fail. Also drops the Travis CI config and switches to Codecov instead of Coveralls for test coverage reports.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #107   +/-   ##
=========================================
  Coverage          ?   79.15%           
=========================================
  Files             ?       12           
  Lines             ?      801           
  Branches          ?       77           
=========================================
  Hits              ?      634           
  Misses            ?      143           
  Partials          ?       24

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 c10f801...f894e32. Read the comment docs.