bluemania / wow_auctions

Use WoW addon data to analyze optimal policies for auction buying and selling
MIT License
2 stars 2 forks source link

Bugfix/make oils #94

Closed bluemania closed 4 years ago

bluemania commented 4 years ago

Fixed make process to include oils, so that the vial buying and making is more streamlined

codecov-io commented 4 years ago

Codecov Report

Merging #94 into dev will decrease coverage by 0.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #94      +/-   ##
==========================================
- Coverage   16.01%   15.92%   -0.10%     
==========================================
  Files          10       10              
  Lines         849      854       +5     
  Branches      115      116       +1     
==========================================
  Hits          136      136              
- Misses        707      712       +5     
  Partials        6        6              
Impacted Files Coverage Δ
src/pricer/analysis.py 0.00% <0.00%> (ø)
src/pricer/campaign.py 0.00% <0.00%> (ø)

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 762c7d2...8ab1fb3. Read the comment docs.

bluemania commented 4 years ago

Closes #92