-
Notifications
You must be signed in to change notification settings - Fork 599
feat: Enable viewing of diffs for Statements #9180
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9180 +/- ##
=======================================
Coverage 88.72% 88.73%
=======================================
Files 321 321
Lines 41851 41860 +9
=======================================
+ Hits 37134 37144 +10
+ Misses 4717 4716 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There will have to be explicit support added to author-tools before we can merge this.
|
At the moment author tools doesn't know about statements. |
So, it seems that a .TXT should be generated when a new .MD statement is issued ? OTOH, comparing the .MD would probably be "good enough" |
md should be compared to md when it exists. |
@rjsparks, But does DT expose md or txt files for statements? |
Any news about DT exposing somewhere the .MD for the statements ? Else, I could try to code one. |
(this may be a duplicate): |
Addressing #9021 by making statement-* docs 'diffable'