azure-pipelines icon indicating copy to clipboard operation
azure-pipelines copied to clipboard

How should we handle testing

Open epage opened this issue 5 years ago • 9 comments

Considerations

  • Emitting JUnit reports
  • Emitting coverage (gathered in which way?)
  • Maintaining support for cargo test's features that are relevant for CIs

Possibilities

  • Contribute JUnit support to libtest
  • A replacement for cargo test
  • Separate command that converts json to JUnit
  • Task to wrap all of this

epage avatar Mar 02 '19 22:03 epage