Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 15:53
· 1470 commits to main since this release

Summary

  • Add retrieval of test metrics out of xunit test files
    • ✔️ Only Java toolchains, e.g. gradle and maven are currently supported
    • ⚠️ Toolchains for other built-in languages (C++, Go, C#) will be supported in a later release

Changelog

  • b06374e Add draft xunit parser using Go-JUnit
  • 7fe7b21 Add retrieving of tests duration out of xunit data
  • d4e21b6 Add test result parsing for toolchains gradle, gradle-wrapper and make
  • 478d915 Add test result parsing for toolchains maven, maven-wrapper
  • 30e6a6b Add tests execution duration to TCR stats in git commit messages
  • acc7222 Add wrapper around go-junit ingesters for afero-compliance
  • 6f7b58c Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 in /tcr-cli
  • d48eaa4 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 in /tcr-engine
  • 227dab3 Extract prefix value in config.toolchainconfig.show()
  • 8ad769f Improve initialization of TCR events
  • a1827a0 Improve structuring of TCR events
  • 2f0dbf8 Integrate xunit parsing with toolchain
  • d5c9240 Remove the EventStatus from TCREvent
  • 01e8e65 Remove the TimeStamp and Build/Test Status from the TCR Event
  • c738a6f Replace tcr.logEvent() with tcr.createTcrEvent()
  • 490568b Turn off Test_mob_timer_duration_trace_at_startup