Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-square

GitHub Action

Specmatic Insights Build Reporter for Github Action

v1.0.9

Specmatic Insights Build Reporter for Github Action

check-square

Specmatic Insights Build Reporter for Github Action

A GitHub Action to report stats from the build to Specmatic Insights server

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Specmatic Insights Build Reporter for Github Action

uses: znsio/[email protected]

Learn more about this action in znsio/specmatic-insights-build-reporter-github-action

Choose a version

Specmatic Insights Github Action

This Github Action is used to publish the build stats to the Specmatic Insights server.

While invoking this Github Action, the following arguments must be passes:

  • specmatic-insights-host(Required) URL of the Specmatic Insights server. Ex: https://insights.specmatic.in
  • specmatic-central-repo-report(Optional) Path to the central contract repo report. Ex: ./build/reports/specmatic/central_contract_repo_report.json
  • specmatic-coverage(Optional) Path to the coverage report. Ex: ./build/reports/specmatic/coverage_report.json
  • specmatic-stub-usage(Optional) Path to the stub usage report. Ex: ./build/reports/specmatic/stub_usage_report.json