-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Codecov Report
@@ Coverage Diff @@
## master #255 +/- ##
=======================================
Coverage 96.28% 96.28%
=======================================
Files 10 10
Lines 296 296
Branches 72 72
=======================================
Hits 285 285
Misses 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Thank you @rgieseke 🙏🏽 . Loving these PR's keep 'em coming! 🙂
Looks good, I have made some suggestions for further improvements. Also, could you please add Claim
to BlockContent.schema.yaml
.
Thank you for prompt feedback and guidance! 🙇♂️ |
Thanks for asking. I've added a guide here and installed this on the repo for nudges. No need to change your existing commit messages.
No need, but feel free to if it makes merge conflicts go away for example |
Co-authored-by: Nokome Bentley <[email protected]>
Co-authored-by: Nokome Bentley <[email protected]>
Co-authored-by: Nokome Bentley <[email protected]>
eb7ed70
to
1d08d57
Compare
Not sure what went wrong in the pipeline, look like a TypeScript deployment problem: https://dev.azure.com/stencila/stencila/_build/results?buildId=11540&view=logs&j=58ad7040-9663-5369-9bcd-5f12d621aae7&t=8a0fbeb0-5fa0-5945-0376-86428f92b037 |
The problem was that we were attempting to release docs to GitHub pages on an external PR using an internal token, which Azure Pipelines rightly refuses access to. I've added a condition to only release TS docs on tags (as for other langs). I also noticed that |
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Good catch and i learnt another thing, thanks! :-) |
A very first attempt at a
Claim
spec.See discussion in stencila/encoda#885
Not quite sure about
title
andclaimType
. Should the kind be pre-specified, not sure ...