Skip to content

Commit 3f08d70

Browse files
committed
Update ci config
1 parent b64c66c commit 3f08d70

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
default:
2-
image: registry.gitlab.com/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;
2+
image: registry.gitlab.com/scriptsmith/instamancer:latest
3+
before_script:
4+
- npm install -g codacy-coverage
5+
script:
6+
- npm install
7+
- npm run build -- --noEmit
8+
- npm run test:ci
9+
after_script:
10+
- cat ./coverage/lcov.info | codacy-coverage --language=typescript;

0 commit comments

Comments
 (0)