1.7.0 • Published 2 months ago

@reporters/github v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

npm version tests codecov

Github Actions Reporter

A Github actions reporter for node:test

Installation

npm install --save-dev @reporters/github

or

yarn add --dev @reporters/github

Usage

# .github/workflows/test.yml
- name: Run tests
  run: node --test \
    --test-reporter=@reporters/github --test-reporter-destination=stdout \
    --test-reporter=spec --test-reporter-destination=stdout

Result

when test failed, annotations will be added inside the github UI, with corresponding errors and diagnostics. see example run:

Inline annotations

additionally, Annotations and summary will be added to the summary of the test run.

Annotations

Summary

1.7.0

2 months ago

1.6.0

3 months ago

1.5.4

4 months ago

1.5.3

8 months ago

1.5.2

9 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

12 months ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago