Skip to content
Snippets Groups Projects

Include coverage reports from child pipeline

All threads resolved!
7 files
+ 81
14
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -13,6 +13,7 @@ import Link from './link';
import ListItem from './list_item';
import OrderedList from './ordered_list';
import Paragraph from './paragraph';
import Strike from './strike';
export default Extension.create({
addGlobalAttributes() {
@@ -33,6 +34,7 @@ export default Extension.create({
ListItem.name,
OrderedList.name,
Paragraph.name,
Strike.name,
],
attributes: {
sourceMarkdown: {
Loading