Add support for admin-only evaluation feedback.#1642
Add support for admin-only evaluation feedback.#1642veluca93 wants to merge 1 commit intocms-dev:mainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1642 +/- ##
==========================================
+ Coverage 54.67% 54.71% +0.04%
==========================================
Files 335 335
Lines 27356 27396 +40
==========================================
+ Hits 14956 14989 +33
- Misses 12400 12407 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
prandla
left a comment
There was a problem hiding this comment.
looks like a neat feature, thanks.
imo it'd make more sense to have the admin details be after the public details column though. did you have any reason for having them in this order?
No reason :-) |
Admin-only feedback is either automatically generated by the white diff comparison step, or by outputting an additional line on stderr from the checker that starts with `ADMIN_MESSAGE:`.
Admin-only feedback is either automatically generated by the white diff comparison step, or by outputting an additional line on stderr from the checker that starts with
ADMIN_MESSAGE:.