seandstewart / typical

Typical: Fast, simple, & correct data-validation using Python 3 typing.
https://python-typical.org
MIT License
181 stars 9 forks source link

Expand ci #128

Closed seandstewart closed 4 years ago

seandstewart commented 4 years ago

This change expands and refines our CI definitions.

Tests are now run on a matrix of os and python-version, adding a new OS or python version will ensure that all possible combinations are run.

Linting and codecov are only run on a single OS/python combination.

codecov[bot] commented 4 years ago

Codecov Report

Merging #128 into main will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
- Coverage   96.93%   96.93%   -0.01%     
==========================================
  Files          36       36              
  Lines        3855     3854       -1     
==========================================
- Hits         3737     3736       -1     
  Misses        118      118              
Flag Coverage Δ
#3.7 ?
#3.8 96.93% <ø> (ø)
#unittests 96.93% <ø> (-0.01%) :arrow_down:

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

Impacted Files Coverage Δ
typic/gen.py 97.97% <0.00%> (-0.03%) :arrow_down:

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 bb723a9...5e152fa. Read the comment docs.