Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 07:11
· 1674 commits to master since this release
17905d9

2.1.0 (2020-09-20)

Now CIAanalyzer can export any data related to build with CustomReport. CIAanalyzer can collect JSON file that has any structure from CI build artifacts. If you want to collect some data and export it to BigQuery(or others), just create JSON that includes your preferred data and store it to CI build artifacts.

If you want to collect CustomReport, please see sample config YAML

Bug Fixes

  • Bugfix error when test or customReports are undefined in config yaml (1edb2c4)
  • Fetch artifacts in parallel (0214b48)
  • Fetch custom report artifacts in parallel (95311bc)
  • Show more detail in error log (5eb638e)

Features

  • Export CustomReport (CircleCI) (adc97f0)
  • Implement BigqueryExporter.exportCustomReports (0974f3a)
  • Support custom reporter in Github Actions (1f2d44d)