/example-typescript

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

Primary LanguageTypeScriptMIT LicenseMIT

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.