0.2.4 • Published 5 years ago

@adrianjost/report-viewer v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@adrianjost/report-viewer

npm (scoped) npm npm bundle size (scoped)

Usage

Add the following things to your CI:

  1. Install Upload Script npm i -g @adrianjost/report-viewer
  2. set enviroment variables
  3. run upload script rv-upload -F test/output/** (check CLI options below)

Enviroment Variables

variabledescripton
REPORT_VIEWER_TOKENyour personal authorization token. You can also pass it using the CLI
REPORT_VIEWER_ORGGit organization/username e.g. adrianjost for https://github.com/adrianjost
REPORT_VIEWER_REPOGit repo name e.g. report-viewer for https://github.com/adrianjost/report-viewer
REPORT_VIEWER_BRANCHGit branch name e.g. master for branch builds (only for branch builds)
REPORT_VIEWER_PULLGit number of the pull request for pull builds e.g. 59 for pull 59 (only for pull request builds)
REPORT_VIEWER_COMMITGit commit hash (sha) e.g. 35e32b6a00dec02ae7d7c45c6b7106779a124685

Note: for the following CI services, you do not need to specify the variables REPORT_VIEWER_ORG, REPORT_VIEWER_ORG, REPORT_VIEWER_ORG, REPORT_VIEWER_ORG:

Feel free to contribute more by creating a pull request or issue.

CLI Options

nameshorthandrequireddescription
--file-Fglob pattern for all files that should be uploaded
--token-Tyour personal authorization token. You can also pass it as a enviroment variable (REPORT_VIEWER_TOKEN)
--ignore-Iglob pattern for all files matched by the file parameter that should not be uploaded
--no-predefined-ignoreif defined, the predefined ignore patterns get ignored

Dev-Setup

# install dependencies
npm i

# initially build project
npm run build

# link bin script
npm link

# start developing
npm run dev

# test current build
rv-upload -F dist/*.js
0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago