Skip to content

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
karanshah229 committed Oct 11, 2022
1 parent b8cf448 commit 51d3a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23025,7 +23025,7 @@ function diff(headLcov, baseLcov, diffLcov, options) {
},

`Coverage directory download page link ${
options.files_changed.length > 0
diffLcov.length > 0
? "(💡 Tip: Download coverage_dir_head from this link if comment is clipped)"
: ""
}`,
Expand Down
2 changes: 1 addition & 1 deletion src/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function diff(headLcov, baseLcov, diffLcov, options) {
},

`Coverage directory download page link ${
options.files_changed.length > 0
diffLcov.length > 0
? "(💡 Tip: Download coverage_dir_head from this link if comment is clipped)"
: ""
}`,
Expand Down

0 comments on commit 51d3a25

Please sign in to comment.