sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
ISC License
53 stars 12 forks source link

Fix marker duplication #59

Closed techalchemy closed 4 years ago

techalchemy commented 5 years ago

55 (4/4) deduplicate and merge markers using set logic (probably needs some cleanup but it mostly gets the job done now)

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into add-tests-frost will decrease coverage by 1.41%. The diff coverage is 44.06%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           add-tests-frost      #59      +/-   ##
===================================================
- Coverage            56.35%   54.94%   -1.42%     
===================================================
  Files                   42       42              
  Lines                 2335     2701     +366     
  Branches               388      475      +87     
===================================================
+ Hits                  1316     1484     +168     
- Misses                 915     1102     +187     
- Partials               104      115      +11
Impacted Files Coverage Δ
src/passa/actions/init.py 81.81% <ø> (ø) :arrow_up:
src/passa/actions/add.py 79.41% <ø> (ø) :arrow_up:
src/passa/cli/install.py 0% <ø> (ø) :arrow_up:
src/passa/actions/sync.py 0% <ø> (ø) :arrow_up:
src/passa/cli/clean.py 0% <0%> (ø) :arrow_up:
src/passa/models/providers.py 61.29% <0%> (ø) :arrow_up:
src/passa/cli/sync.py 0% <0%> (ø) :arrow_up:
src/passa/cli/upgrade.py 0% <0%> (ø) :arrow_up:
src/passa/cli/add.py 0% <0%> (ø) :arrow_up:
src/passa/cli/remove.py 0% <0%> (ø) :arrow_up:
... and 35 more

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 2682a8e...bc0b1f4. Read the comment docs.