From da3c0d116cafa0e5a89d185613569022a684baa0 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 4 Dec 2023 10:39:23 -0500 Subject: [PATCH] update gitup action --- .github/workflows/tests.yml | 7 ++++++- .../telematic_apps/web_app/client/src/pages/Grafana.js | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 247ecdb3..930e85b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -158,6 +158,11 @@ jobs: with: name: web-app-client path: web_app_client + - name: Download code coverage results + uses: actions/download-artifact@v3 + with: + name: web-app-server + path: web_app_server - name: Find jacoco.xml shell: bash run: | @@ -189,7 +194,7 @@ jobs: sonar.exclusions=**/__init__.py,**/*test*.py,**/test/** sonar.coverage.exclusions=**/__init__.py,**/*test*.py,**/test/** sonar.java.binaries=$GITHUB_WORKSPACE/telematic_system/telematic_cloud_messaging/target/ - sonar.javascript.lcov.reportPaths=web_app_client/lcov.info + sonar.javascript.lcov.reportPaths=$GITHUB_WORKSPACE/telematic_system/telematic_apps/web_app/**/coverage/lcov.info sonar.modules=cloud_nats_bridge,ros2_nats_bridge,streets_nats_bridge,telematic_cloud_messaging,web_app_client,web_app_server sonar.organization=usdot-fhwa-stol sonar.projectBaseDir=$GITHUB_WORKSPACE diff --git a/telematic_system/telematic_apps/web_app/client/src/pages/Grafana.js b/telematic_system/telematic_apps/web_app/client/src/pages/Grafana.js index 50f96dbe..6c18336a 100644 --- a/telematic_system/telematic_apps/web_app/client/src/pages/Grafana.js +++ b/telematic_system/telematic_apps/web_app/client/src/pages/Grafana.js @@ -47,7 +47,7 @@ const Grafana = () => { width="100%" height="100%" frameBorder="0" - allowFullscreen /> + allowFullScreen />