Skip to content

Commit

Permalink
chore: 去掉打印
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodeee committed Apr 24, 2023
1 parent e37bb8d commit 98915cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/incremental-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const incrementalReporter = (coverageMap = {}, diffMap = [], options = {}) => {
const { coverage, summary } = incrementalMap;
const { projectPath, reporterPath, ossUrl } = options;

console.log('=======', incrementalMap);
// create coverage reporter
try {
const collector = new Collector();
Expand Down

0 comments on commit 98915cf

Please sign in to comment.