AutocoinLab / autopycoin

Apache License 2.0
3 stars 1 forks source link

test_done #6

Closed GaetanDu closed 3 years ago

pep8speaks commented 3 years ago

Hello @GaetanDu! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 664:80: E501 line too long (86 > 79 characters) Line 670:80: E501 line too long (86 > 79 characters)

codecov[bot] commented 3 years ago

Codecov Report

Merging #6 (c4afdb5) into main (4c46d65) will increase coverage by 1.40%. The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   85.45%   86.86%   +1.40%     
==========================================
  Files          12       12              
  Lines         667      685      +18     
  Branches       73       75       +2     
==========================================
+ Hits          570      595      +25     
+ Misses         61       53       -8     
- Partials       36       37       +1     
Impacted Files Coverage Δ
autopycoin/models/__init__.py 100.00% <ø> (ø)
autopycoin/models/nbeats.py 82.91% <66.66%> (+3.51%) :arrow_up:
autopycoin/models/nbeats_test.py 100.00% <100.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 4c46d65...c4afdb5. Read the comment docs.