-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate sha for files in reference #645
Conversation
23309dd
to
69520c9
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
Due to the insertion of an new example using the new functionality it was required to update the publish tests which rely on these examples.
69520c9
to
31e3ad8
Compare
ping @jacebrowning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems reasonable to me. Thanks!
It introduces a way to let doorstop do the SHA for the files in references.
This depends on: #617 only because it creates the test file.
Closes #564+s.