Skip to content

Commit 9d501a2

Browse files
WIP
1 parent a65a7ad commit 9d501a2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
env_vars: OS,PYTHON
4747
name: codecov-umbrella
4848
fail_ci_if_error: true
49-
- name: Check coverage.xml
50-
run: pwd
5149
- name: SonarCloud Scan
5250
uses: SonarSource/sonarcloud-github-action@master
5351
env:

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sonar.sources=ted_sws, dags, notebooks, infra
1212
sonar.language=py
1313
sonar.python.version=3.7, 3.8, 3.9, 3.10
1414
sonar.python.coverage.reportPaths=coverage.xml
15-
#sonar.working.directory=./..
15+
sonar.working.directory=/github/.scannerwork
1616

1717
# Encoding of the source files
1818
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)