Skip to content

Commit

Permalink
update gitup action
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Dec 4, 2023
1 parent b275f9f commit da3c0d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Grafana = () => {
width="100%"
height="100%"
frameBorder="0"
allowFullscreen />
allowFullScreen />
</Grid>

</React.Fragment>
Expand Down

0 comments on commit da3c0d1

Please sign in to comment.