JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems
Other
324 stars 66 forks source link

Add CI and CompatHelper workflows #260

Closed dkarrasch closed 3 years ago

dkarrasch commented 3 years ago

I'm not sure you'll be able to simply merge this PR, but please feel free to just copy and paste these standard workflows. The CI workflow is necessary since Travis will run out of credits sooner or later. The CompatHelper workflow is helpful to automize package bounds update notifications.

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #260   +/-   ##
=========================================
  Coverage          ?   87.00%           
=========================================
  Files             ?       12           
  Lines             ?      531           
  Branches          ?        0           
=========================================
  Hits              ?      462           
  Misses            ?       69           
  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 24d68b3...9c70df0. Read the comment docs.

pkofod commented 3 years ago

Looks like it ran fine? Thanks for this.