• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moosetechnology / MooseIDE / 22714469042

05 Mar 2026 10:51AM UTC coverage: 65.862% (-0.06%) from 65.926%
22714469042

push

github

web-flow
Merge pull request #1596 from moosetechnology/bulk-editing

improvement to BulkEditing

0 of 34 new or added lines in 1 file covered. (0.0%)

204 existing lines in 18 files now uncovered.

21882 of 33224 relevant lines covered (65.86%)

1.32 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/MooseIDE-Core-Reporter/MiReportSaveCommand.class.st
1
"
2
I am a command to save the raw microdown report in MiModelReport
3

4
Not really an subclass of `MiReportExportCommand` but it is easier to add to the toolbar that way
5
"
6
Class {
7
        #name : 'MiReportSaveCommand',
8
        #superclass : 'MiReportExportCommand',
9
        #category : 'MooseIDE-Core-Reporter',
10
        #package : 'MooseIDE-Core-Reporter'
11
}
12

13
{ #category : 'default' }
14
MiReportSaveCommand class >> defaultDescription [
×
15
        ^ 'Save this report in raw (microdown) format'
×
UNCOV
16
]
×
17

18
{ #category : 'default' }
19
MiReportSaveCommand class >> defaultIconName [
×
20

×
21
        ^ #save
×
UNCOV
22
]
×
23

24
{ #category : 'default' }
25
MiReportSaveCommand class >> defaultName [
×
26
        ^ 'Save raw report'
×
UNCOV
27
]
×
28

29
{ #category : 'export' }
30
MiReportSaveCommand >> exportReport: reporterBrowser [
×
31

×
32
        reporterBrowser saveRawReport
×
UNCOV
33
]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc