1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00
test-reporter/src
Jozef Izso 8446e5e701
Simplify the code as the cast to WorkflowRunPR type is not necessary
Fixes the error:

```
test-reporter/src/utils/github-utils.ts
  18:17  error  This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion
```
2026-03-02 13:17:13 +01:00
..
input-providers Load all artifacts in a run 2025-12-05 00:01:38 +01:00
parsers Create tester-junit reporter for Nette Tester tool 2026-01-01 19:11:59 +01:00
report Fix short summary formatting when a report title is present 2025-11-14 11:58:16 -05:00
utils Simplify the code as the cast to WorkflowRunPR type is not necessary 2026-03-02 13:17:13 +01:00
main.ts Create tester-junit reporter for Nette Tester tool 2026-01-01 19:11:59 +01:00
test-parser.ts Add support for loading test results from artifacts 2021-02-15 15:18:55 +01:00
test-results.ts fixing format 2023-09-22 20:44:42 +02:00