nolanbconaway / shabadoo

Very easy Bayesian regression.
https://nolanbconaway.github.io/shabadoo/
MIT License
3 stars 1 forks source link

split mega action into many workflows #10

Closed nolanbconaway closed 4 years ago

nolanbconaway commented 4 years ago

Fixing #9

Splits current workflow into three parts:

  1. Lint and test on push to any branch period.
  2. Deploy docs to github pages on push to master.
  3. Deploy new pypi release each time a github release is created.

Additionally add scheduled testing every friday just so that i might ruin a weekend or two.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #10   +/-   ##
======================================
  Coverage    97.7%   97.7%           
======================================
  Files           2       2           
  Lines         174     174           
======================================
  Hits          170     170           
  Misses          4       4

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 c322b55...7fbc5bd. Read the comment docs.