3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
66 stars 10 forks source link

Centralize metadata in pyproject.toml #182

Closed dokempf closed 2 years ago

dokempf commented 2 years ago

This fixes #177

codecov-commenter commented 2 years ago

Codecov Report

Merging #182 (1a68214) into main (c41a792) will increase coverage by 0.43%. The diff coverage is 100.00%.

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

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
+ Coverage   86.51%   86.95%   +0.43%     
==========================================
  Files          20       20              
  Lines        1350     1395      +45     
==========================================
+ Hits         1168     1213      +45     
  Misses        182      182              
Flag Coverage Δ
cxx 78.39% <ø> (ø)
python 90.83% <100.00%> (+0.45%) :arrow_up:

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

Impacted Files Coverage Δ
src/py4dgeo/__init__.py 100.00% <ø> (ø)
src/py4dgeo/util.py 87.50% <100.00%> (+0.26%) :arrow_up:
src/py4dgeo/fallback.py 94.54% <0.00%> (+0.10%) :arrow_up:
src/py4dgeo/epoch.py 92.24% <0.00%> (+0.24%) :arrow_up:
src/py4dgeo/segmentation.py 89.78% <0.00%> (+0.68%) :arrow_up:
src/py4dgeo/m3c2.py 91.13% <0.00%> (+0.72%) :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 c41a792...ac7cd39. Read the comment docs.