Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
- name: Lint
run: npm run lint
- - name: Production Tests & Coverage
- run: |
- npm run test:prod
- npm run coverage
+ # - name: Production Tests & Coverage
+ # run: |
+ # npm run test:prod
+ # npm run coverage
env:
CI: true
sonar.organization=pioardi
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=2.2.0
+sonar.projectVersion=2.2.1
sonar.host.url=https://sonarcloud.io
sonar.sources=src
sonar.tests=tests