Skip to content

Commit

Permalink
fix: fix vite version for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Nov 29, 2024
1 parent 0a7491c commit e66ab2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,8 @@ jobs:
- name: Run tests and generate coverage
run: npm run coverage

- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: antares-datamanager-code-coverage-report
path: ./coverage/lcov.info

- name: SonarQube Cloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
name: antares-datamanager-code-coverage-report
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ sonar.sourceEncoding=UTF-8


# Test coverage raport
sonar.typescript.lcov.reportPaths=./coverage/lcov.info
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit e66ab2e

Please sign in to comment.