pytask-dev / pytask-latex

Compile LaTeX documents with pytask.
MIT License
7 stars 1 forks source link

Deprecate the old API without compilation steps. #34

Closed tobiasraabe closed 2 years ago

tobiasraabe commented 2 years ago

Changes

Provide a description and/or bullet points to describe the changes in this PR.

Todo

codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (c1b4b68) into main (f0da086) will decrease coverage by 0.01%. The diff coverage is 80.00%.

:exclamation: Current head c1b4b68 differs from pull request most recent head ad0858c. Consider uploading reports for the commit ad0858c to get more accurate results

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   98.42%   98.41%   -0.02%     
==========================================
  Files          17       17              
  Lines         573      506      -67     
==========================================
- Hits          564      498      -66     
+ Misses          9        8       -1     
Flag Coverage Δ
end_to_end 91.69% <80.00%> (-0.98%) :arrow_down:
unit 63.43% <60.00%> (+3.92%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_execute.py 100.00% <ø> (ø)
tests/test_parallel.py 96.49% <ø> (-0.98%) :arrow_down:
tests/test_parametrize.py 97.67% <ø> (-0.54%) :arrow_down:
src/pytask_latex/collect.py 97.53% <80.00%> (+0.97%) :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 cdfd910...ad0858c. Read the comment docs.