doorstop-dev / doorstop

Requirements management using version control.
https://doorstop.readthedocs.io
Other
465 stars 126 forks source link

Generate sha for files in reference #645

Closed lbiaggi closed 5 months ago

lbiaggi commented 5 months ago

It introduces a way to let doorstop do the SHA for the files in references.

This depends on: https://github.com/doorstop-dev/doorstop/pull/617 only because it creates the test file.

Closes #564+s.

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 89.79592% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 96.24%. Comparing base (b94019a) to head (31e3ad8). Report is 2 commits behind head on develop.

Files Patch % Lines
doorstop/core/item.py 85.71% 4 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #645 +/- ## =========================================== + Coverage 96.15% 96.24% +0.09% =========================================== Files 41 41 Lines 5173 5220 +47 Branches 1214 1226 +12 =========================================== + Hits 4974 5024 +50 + Misses 127 124 -3 Partials 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lbiaggi commented 5 months ago

ping @jacebrowning