UNPKG

@continuit/testreport

Version:

Generates a test report and badges from your test and coverage results. Allows checking the report in your CI pipeline.

33 lines 748 B
{ "name": "@continuit/testreport", "version": "0.1.3", "description": "Generates a test report and badges from your test and coverage results. Allows checking the report in your CI pipeline.", "keywords": [ "test", "coverage", "report", "testreport", "lcov", "junit", "badge" ], "author": "ContinuIT BV, The Netherlands", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/ContinuIT-nl/testreport.git" }, "bin": { "testreport": "./bundle.mjs" }, "main": "./bundle.mjs", "files": [ "README.md", "LICENSE", "bundle.mjs", "bundle.mjs.map", "test_results/test_badge.svg", "test_results/coverage_badge.svg" ] }