Skip to content

Commit

Permalink
⚗️ Test for CI System (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
soo-bak committed Jul 7, 2024
1 parent f225255 commit 9d6833f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UnitTestsAndCodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ jobs:
let formattedMethodCoverage;
if (lineCoverage === "100") {
foformattedLineCoverage = `\\textbf{\\color{green}{\${summary.Linecoverage[0]}\\%}}`;
formattedLineCoverage = `\\textbf{\\color{green}{\${summary.Linecoverage[0]}\\%}}`;
} else{
foformattedLineCoverage = `\\textbf{\\color{red}{\${summary.Linecoverage[0]}\\%}}`;
formattedLineCoverage = `\\textbf{\\color{red}{\${summary.Linecoverage[0]}\\%}}`;
}
if (methodCoverage === "100") {
Expand Down

0 comments on commit 9d6833f

Please sign in to comment.