pydata / patsy

Describing statistical models in Python using symbolic formulas
Other
947 stars 103 forks source link

Migrate to GitHub Actions from Travis CI. #179

Closed matthewwardrop closed 3 years ago

matthewwardrop commented 3 years ago

The current Travis CI integration has stopped working, so it is time to migrate to GH Actions before we break anything inadvertently.

codecov-commenter commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #179   +/-   ##
=========================================
  Coverage          ?   97.25%           
=========================================
  Files             ?       30           
  Lines             ?     3129           
  Branches          ?      652           
=========================================
  Hits              ?     3043           
  Misses            ?       47           
  Partials          ?       39           
Flag Coverage Δ
unittests 97.25% <ø> (?)

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

Impacted Files Coverage Δ
patsy/splines.py 98.00% <ø> (ø)
patsy/state.py 100.00% <ø> (ø)
patsy/util.py 88.83% <ø> (ø)

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 b74b893...1561429. Read the comment docs.