Permalink
Please sign in to comment.
Browse files
Code coverage: Switch from coveralls to codecov (#1533)
* Use codecov * Update code coverage badge * Fix upload command * Try removing lcov and using json visualizer * Try using libraries to generate the lcov file * Update reports * Fix up scripts * Tweak coverage results * Add definition for sudo-prompt * Tweaks * Hook up remap command * Upload lcov * Revert changes to Platform.ts * Temporarily remove tests to get quicker feedback on coverage * Temporarily remove packing step to get quicker feedback on ccov * Fix script error * Remove invalid coverage file * Fix up codecov yaml * Revert unnecessary changes * Revert commented out code * Some cleanup * Bring back CiTests
- Loading branch information...
Showing
with
224 additions
and 62 deletions.
- +1 −1 README.md
- +13 −7 browser/testCoverageReporter.js
- +1 −5 browser/tsconfig.test.json
- +3 −6 build/script/travis-build.sh
- +3 −0 codecov.yml
- +3 −1 extensions/oni-plugin-markdown-preview/package.json
- +9 −4 package.json
- +0 −1 test/CiTests.ts
- +191 −37 yarn.lock
| @@ -0,0 +1,3 @@ | |||
| ignore: | |||
| - "dist/.*" | |||
|
|
|||
Oops, something went wrong.


0 comments on commit
3d75520