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 f3bbfc9 commit 0a7491c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: antares-datamanager-code-coverage-report
path: coverage/lcov.info
path: ./coverage/lcov.info

- name: SonarQube Cloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ sonar.sources=src
sonar.sourceEncoding=UTF-8


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

0 comments on commit 0a7491c

Please sign in to comment.