From 15f166329f3c8040a8aa3772dbb2fd4614a4a8b2 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Fri, 30 Apr 2021 16:03:47 +0200 Subject: Use Github actions instead of travis and appveyor (#216) * Switch to GH workflow * Use tslint action * Add build matrix * Run test stage * Disable ubuntu test run due to bug in vscode * Publish coverage on macOS * Remove istanbul * codecov action * Move nyc config to nycrc * Add CD workflow * Remove old publishing script --- coverconfig.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 coverconfig.json (limited to 'coverconfig.json') diff --git a/coverconfig.json b/coverconfig.json deleted file mode 100644 index df9e18a..0000000 --- a/coverconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "enabled": true, - "relativeSourcePath": "../Lang", - "relativeCoverageDir": "../../coverage", - "ignorePatterns": ["**/node_modules/**"], - "includePid": false, - "reports": ["json", "html", "lcov"], - "verbose": false -} \ No newline at end of file -- cgit v1.2.3