Commit 89f58815 authored by Yann D'Isanto's avatar Yann D'Isanto Committed by Pierre Smeyers
Browse files

fix: add missing test packages for sonar test run

parent 90658a59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ stages:
      log_info "SonarQube template detected (\$SONAR_URL): generate tests report for SonarQube (\\e[33;1mreports/sonar-tests-report.json\\e[0m)"
      mkdir -p reports
      # shellcheck disable=SC2086
      go test $GO_TEST_FLAGS -json > reports/sonar-tests-report.json
      go test $GO_TEST_FLAGS -json $GO_TEST_PACKAGES > reports/sonar-tests-report.json
    fi
  }