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 c7b5ae4 commit 539f90aCopy full SHA for 539f90a
.gitlab-ci.yml
@@ -8,3 +8,7 @@ default:
8
- xvfb-run --server-args="-screen 0 1024x768x24" npm run test:ci
9
after_script:
10
- cat ./coverage/lcov.info | codacy-coverage --language=typescript;
11
+ artifacts:
12
+ paths:
13
+ - instamancer_tests.log
14
+ expire_in: 1 week
0 commit comments