From: Jérôme Benoit Date: Sat, 8 Oct 2022 17:26:02 +0000 (+0200) Subject: Comment out UTs run on the production build at npm publication X-Git-Tag: v2.2.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fe748efaa8e1692d53de4cf0731d4515ca023a87;p=poolifier.git Comment out UTs run on the production build at npm publication Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index cc9523ab..b18277f1 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -26,10 +26,10 @@ jobs: - 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 diff --git a/sonar-project.properties b/sonar-project.properties index 4907570e..a4a1a2e9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier 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