Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 392 Bytes

HotLoop coverage action

This action publishes coverage information to HotLoop analytics

Inputs

report-path

Required The path to the coverage report fle. This path supports glob patterns

token

Required Your HotLoop API token

Example usage

uses: hotloop/coverage-action@main
with:
  report-path: .nyc_report/lcov.info
  hotloop-key: your-hotloop-key