otelnov / example-typescript

Example repo for uploading reports to Codecov https://codecov.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Example

https://codecov.io @codecov hello@codecov.io

codecov Build Status

Run npm install:

npm install

Test:

npm test

Frequently Asked Questions

####❔ No coverage reports are showing up?

Make sure you have enabled source mapping.

typings install && tsc -p . --sourcemap

Or in your tsconfig.json

{
  "compilerOptions": {
    "sourceMap": true,
  }
}

That didn't work? Sorry, looks like you need to use SitePen/remap-istanbul.

About

Example repo for uploading reports to Codecov https://codecov.io

License:MIT License


Languages

Language:TypeScript 100.0%