Skip to content

'list-tests: failed' still reporting successful tests.  #142

@jcooke-impinj

Description

@jcooke-impinj

I'm trying to process a junit that exceeds the max report size, so I'm setting 'list-tests: failed' , but the test report is still showing all of the successful tests.

Run dorny/test-reporter@v1
  with:
    name: Results -> Nightly
    path: **/digital/verilog_sims/regression/list_results_*.xml
    reporter: java-junit
    max-annotations: 50
    list-tests: failed
    path-replace-backslashes: false
    list-suites: all
    fail-on-error: true
    only-summary: false
    token: ***


Creating test report Results -> Nightly
  Processing test results from digital/verilog_sims/regression/list_results_all.xml
  Creating check run Results -> Nightly
  Creating report summary
  Generating check run summary
  Warning: Test report summary exceeded limit of 65535 bytes and will be trimmed
  Creating annotations
  Updating check run conclusion (failure) and output
  Check run create response: 200

Resulting report:
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions