Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
islyn committed Mar 14, 2024
1 parent c739c0b commit 8751193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15378,7 +15378,7 @@ class DiffChecker {
)

const fileNameUrl = this.getFileNameUrl(name);
console.log('fileNewCoverage', name, fileNewCoverage);
console.log('fileNewCoverage', name, fileNewCoverage, diffFileCoverageData);
if (fileNewCoverage) {
let newCoverageStatusIcon = `${sparkleIcon} ${newCoverageIcon}`
if (this.checkNewFileFullCoverage) {
Expand Down
2 changes: 1 addition & 1 deletion src/DiffChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class DiffChecker {
)

const fileNameUrl = this.getFileNameUrl(name);
console.log('fileNewCoverage', name, fileNewCoverage);
console.log('fileNewCoverage', name, fileNewCoverage, diffFileCoverageData);
if (fileNewCoverage) {
let newCoverageStatusIcon = `${sparkleIcon} ${newCoverageIcon}`
if (this.checkNewFileFullCoverage) {
Expand Down

0 comments on commit 8751193

Please sign in to comment.