summaryrefslogtreecommitdiffstats
path: root/publish_coverage.sh
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2021-04-30 16:03:47 +0200
committerGitHub <noreply@github.com>2021-04-30 16:03:47 +0200
commit15f166329f3c8040a8aa3772dbb2fd4614a4a8b2 (patch)
tree5e568c2c73470cdd7fda0cb4eea87c9867eb7697 /publish_coverage.sh
parente5b544978594082190d2edb866470046af6374a5 (diff)
downloaddoxdocgen-15f166329f3c8040a8aa3772dbb2fd4614a4a8b2.tar.gz
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
Diffstat (limited to 'publish_coverage.sh')
-rwxr-xr-xpublish_coverage.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/publish_coverage.sh b/publish_coverage.sh
deleted file mode 100755
index bc72484..0000000
--- a/publish_coverage.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ -d "coverage" ]; then
- bash <(curl -s https://codecov.io/bash)
-else
- echo "No coverage generated. Skipping upload."
-fi \ No newline at end of file