Skip to content

Commit

Permalink
Add compiled file for last commit (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Puri authored Sep 14, 2021
1 parent 4d8b058 commit fe1fd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ function run() {
.trim();
const diffChecker = new DiffChecker_1.DiffChecker(codeCoverageNew, codeCoverageOld);
let messageToPost = `## Test coverage results :test_tube: \n
Code coverage diff between base branch:${branchNameBase} and head branch: ${branchNameHead} \n`;
Code coverage diff between base branch:${branchNameBase} and head branch: ${branchNameHead} \n\n`;
const coverageDetails = diffChecker.getCoverageDetails(!fullCoverage, `${currentDirectory}/`);
if (coverageDetails.length === 0) {
messageToPost =
Expand Down

0 comments on commit fe1fd4b

Please sign in to comment.