Skip to content

Commit 69682cd

Browse files
committed
[TU-13737] verify lcov.info
1 parent b484c2a commit 69682cd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ jobs:
7979
with:
8080
name: coverage-report
8181

82-
- name: Verify coverage file download
83-
run: find . | grep lcov.info
84-
8582
- name: Move the coverage file to a proper location
8683
run: |
8784
mkdir -p coverage
8885
mv lcov.info coverage/lcov.info
8986
87+
- name: Verify coverage file ready
88+
run: ls -lah ./coverage/lcov.info
89+
9090
- name: SonarCloud Scan
9191
uses: SonarSource/sonarcloud-github-action@v2
9292
with:

sonar-project.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ sonar.exclusions=node_modules/**,dist/**,**/*.spec.ts,**/*.test.ts
1010

1111
sonar.test.exclusions=node_modules/**,dist/**
1212

13-
# Specify the location of the coverage report
14-
sonar.javascript.lcov.reportPaths=coverage/lcov.info
13+
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 commit comments

Comments
 (0)