Skip to content

kuy/acot-reporter-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
};