File tree Expand file tree Collapse file tree
src/main/java/org/netbeans/modules/python/coverage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323import org .netbeans .modules .gsf .codecoverage .api .FileCoverageDetails ;
2424import org .netbeans .modules .gsf .codecoverage .api .FileCoverageSummary ;
2525import org .netbeans .modules .python .PythonOutputLine ;
26- import org .netbeans .modules .python .project .PythonProject ;
2726import org .netbeans .modules .python .PythonUtility ;
27+ import org .netbeans .modules .python .project .PythonProject ;
2828import org .openide .filesystems .FileObject ;
2929import org .openide .filesystems .FileUtil ;
3030import org .openide .util .Exceptions ;
@@ -207,7 +207,9 @@ void collectReport() {
207207 "coverage" ,
208208 "json" ,
209209 //"--pretty-print",
210- "--ignore-errors"
210+ "--ignore-errors" ,
211+ "-o" ,
212+ ".coverage.json"
211213 };
212214 coverageExecutor (cmd , "Collect Coverage" );
213215 } catch (IOException ex ) {
You can’t perform that action at this time.
0 commit comments