ljvmiranda921 / seagull

A Python Library for Conway's Game of Life
https://pyseagull.readthedocs.io/en/latest/index.html#
MIT License
174 stars 30 forks source link

RLE update with Azure Pipelines changes #47

Closed ljvmiranda921 closed 4 years ago

ljvmiranda921 commented 4 years ago

Duplicate of #46 from @eugenpt
Closes #45

The main change here is that I pinned the pytest-cov version to 2.6.1, the previously working version. The plugin and pytest itself had upgrades for the past few weeks, causing them to probably be out-of-sync. Pinning the versions should work

codecov[bot] commented 4 years ago

Codecov Report

Merging #47 into master will decrease coverage by 1.81%. The diff coverage is 87.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   98.13%   96.32%   -1.82%     
==========================================
  Files          13       13              
  Lines         322      381      +59     
==========================================
+ Hits          316      367      +51     
- Misses          6       14       +8     
Impacted Files Coverage Δ
seagull/lifeforms/wiki.py 91.15% <87.65%> (-5.15%) :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 d36cda9...110f729. Read the comment docs.