Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 538 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 538 Bytes

WIP: acot-reporter-github

A GitHub reporter for acot.

TODOs for MVP

  • Show summarized result
  • Show detailed result (expandable)
  • CI (automated release)
  • Delete and ignore lib directory

Optional TODOs

  • Show progress

Usage

Installation

Install via npm:

$ npm install --save acot-reporter-github

Install via yarn:

$ yarn add acot-reporter-github

Configuration

module.exports = {
  reporter: "github",
};