mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
hopefully this works
This commit is contained in:
parent
029fad1fb7
commit
ff43570881
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ upload to sonarcloud:
|
|||
variables:
|
||||
SONAR_TOKEN: $SONAR_TOKEN
|
||||
script:
|
||||
- sonar-scanner -Dsonar.projectKey=molecula_featurebase -Dsonar.organization=molecula -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.go.coverage.reportPaths=coverage.out -Dsonar.go.tests.reportPaths=test-report.out -Dsonar.testExecutionReportPaths=test-report.xml
|
||||
- sonar-scanner -Dsonar.projectKey=molecula_featurebase -Dsonar.organization=molecula -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.go.coverage.reportPaths=coverage.out -Dsonar.go.tests.reportPaths=test-report.out
|
||||
needs:
|
||||
- job: run go tests
|
||||
- job: run go tests with output
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue