takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
930 stars 123 forks source link

Switch from Travis CI to Github Actions #218

Closed takluyver closed 3 years ago

takluyver commented 3 years ago

Travis has been tremendously useful for years, but it seems that they're winding down the generous support for open source projects. I don't entirely like putting yet more eggs in the Github basket, but it's the easiest thing to move to, and it feels nicely integrated with Github as a whole.

While I'm fiddling with CI configuration, I've set up codecov as well. I'm not aiming for 100% coverage, but it's useful to be able to easily see what code isn't run by tests.

https://codecov.io/gh/takluyver/pynsist/tree/d1d8a9f3b92d271e3512242371bba6d85ab548de

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #218   +/-   ##
=========================================
  Coverage          ?   88.24%           
=========================================
  Files             ?        8           
  Lines             ?      791           
  Branches          ?        0           
=========================================
  Hits              ?      698           
  Misses            ?       93           
  Partials          ?        0           

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 9bc2195...d1d8a9f. Read the comment docs.