Skip to content

Commit

Permalink
v1.49.1 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano authored Aug 14, 2024
2 parents e7cabb2 + 971a446 commit a9b340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/main/utils/results-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class ResultsReporter {
if (
executableLinesEdited &&
executableLinesEditedAndCovered !== undefined &&
testRun.coverageInfo?.hadCoverageData
testRun.coverageInfo?.editedFileCoverage?.hadCoverageData
) {
const notTested = executableLinesEdited - executableLinesEditedAndCovered;
coverageLine += "\n\n";
Expand Down

0 comments on commit a9b340e

Please sign in to comment.