Nagasaki45 / bibo

Command line reference manager with a single source of truth: the .bib file. Inspired by beets.
MIT License
32 stars 4 forks source link

Add a --no-copy option whenever a file can be passed #55

Closed Nagasaki45 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into dev will increase coverage by 0.02%. The diff coverage is 97.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #55      +/-   ##
==========================================
+ Coverage   97.59%   97.62%   +0.02%     
==========================================
  Files          17       20       +3     
  Lines         958     1011      +53     
==========================================
+ Hits          935      987      +52     
- Misses         23       24       +1
Impacted Files Coverage Δ
tests/click_constraints/test_click_constraints.py 100% <100%> (ø)
click_constraints/__init__.py 100% <100%> (ø)
bibo/internals.py 87.5% <100%> (+1.09%) :arrow_up:
bibo/bibo.py 97.2% <100%> (+0.53%) :arrow_up:
tests/bibo/test_bibo.py 99.61% <92.3%> (-0.39%) :arrow_down:
click_constraints/click_constraints.py 95.45% <95.45%> (ø)

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 7358d22...fae55a5. Read the comment docs.