mirumee / prices

Python price handling for humans.
Other
268 stars 39 forks source link

Update CI pipeline to use Github Actions #40

Closed artursmet closed 1 year ago

artursmet commented 1 year ago

Travis CI pipeline looks outdated, this PR adds github actions pipeline instead

codecov[bot] commented 1 year ago

Codecov Report

Merging #40 (9a45839) into master (985d909) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   99.40%   99.39%   -0.02%     
==========================================
  Files           8        7       -1     
  Lines         338      330       -8     
  Branches       54       54              
==========================================
- Hits          336      328       -8     
  Misses          1        1              
  Partials        1        1              
Impacted Files Coverage Δ
prices/discount.py 94.28% <100.00%> (ø)
prices/__init__.py

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

artursmet commented 1 year ago

@NyanKiyoshi I've addressed your concerns