roclark / sportsipy

A free sports API written for python
MIT License
475 stars 189 forks source link

Fix issue with NFL tests #704

Closed roclark closed 2 years ago

roclark commented 2 years ago

The NFL test files had an outdated format that caused the tests to fail unexpectedly. Using a current HTML file resolves the issue.

Signed-Off-By: Robert Clark robdclark@outlook.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #704 (10b6fa9) into master (e64e022) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #704      +/-   ##
==========================================
- Coverage   99.97%   99.94%   -0.04%     
==========================================
  Files          56       56              
  Lines       13189    13189              
==========================================
- Hits        13186    13182       -4     
- Misses          3        7       +4     
Impacted Files Coverage Δ
sportsipy/nfl/roster.py 100.00% <100.00%> (ø)
sportsipy/nba/roster.py 99.29% <0.00%> (-0.71%) :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 93f68da...10b6fa9. Read the comment docs.