Skip to content

Commit

Permalink
- refine wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz authored Mar 14, 2024
1 parent 0289ec7 commit c5261f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function run(): Promise<void> {
annotations: []
}

core.info(`Preparing ${reportsCount} to process as configured.`)
core.info(`Preparing ${reportsCount} report as configured.`)

for (let i = 0; i < reportsCount; i++) {
const testResult = await parseTestReports(
Expand All @@ -80,7 +80,7 @@ export async function run(): Promise<void> {
truncateStackTraces
)

core.info(`Found and parsed ${testResult.foundFiles} test reports.`)
core.info(`Found and parsed ${testResult.foundFiles} test report files.`)

mergedResult.totalCount += testResult.totalCount
mergedResult.skipped += testResult.skipped
Expand Down

0 comments on commit c5261f9

Please sign in to comment.