pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

Support invalid toml Pipfile #23

Closed pombredanne closed 6 years ago

pombredanne commented 6 years ago

Signed-off-by: Philippe Ombredanne pombredanne@nexb.com

codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.55%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   94.43%   94.99%   +0.55%     
==========================================
  Files          11       11              
  Lines         791      799       +8     
==========================================
+ Hits          747      759      +12     
+ Misses         44       40       -4
Impacted Files Coverage Δ
dparse/parser.py 87.74% <100%> (+1.96%) :arrow_up:
tests/test_parse.py 100% <100%> (ø) :arrow_up:

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 dba9cae...78f1e87. Read the comment docs.