We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32a00a commit e299075Copy full SHA for e299075
.gitlab-ci.yml
@@ -0,0 +1,8 @@
1
+default:
2
+ image: ci.adamsm.com:5050/scriptsmith/instamancer:latest
3
+ script:
4
+ - npm install -g codacy-coverage
5
+ - npm install
6
+ - npm run build -- --noEmit
7
+ - npm run test:ci
8
+ - cat ./coverage/lcov.info | codacy-coverage --language=typescript;
0 commit comments