Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Dec 4, 2023
1 parent 00a6142 commit c15396e
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,27 +138,29 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Download code coverage results
uses: actions/download-artifact@v3
with:
name: carma-cloud-bridge-coverage
path: carma_cloud_bridge
- name: Download code coverage results
uses: actions/download-artifact@v3
with:
name: carma-vehicle-bridge-coverage
path: carma_vehicle_bridge
- name: Download code coverage results
# Comment out cloud bridge code coverage for now because of test failure
# - name: Download code coverage results
# uses: actions/download-artifact@v3
# with:
# name: carma-cloud-bridge-coverage
# path: carma_cloud_bridge
# Comment out vehicle bridge code coverage for now because of test failure
# - name: Download code coverage results
# uses: actions/download-artifact@v3
# with:
# name: carma-vehicle-bridge-coverage
# path: carma_vehicle_bridge
- name: Download telematic cloud messaging server code coverage results
uses: actions/download-artifact@v3
with:
name: telematic-cloud-messaging
path: telematic_system/telematic_cloud_messaging/target
- name: Download code coverage results
- name: Download web app client code coverage results
uses: actions/download-artifact@v3
with:
name: web-app-client
path: web_app_client
- name: Download code coverage results
- name: Download web app server code coverage results
uses: actions/download-artifact@v3
with:
name: web-app-server
Expand Down

0 comments on commit c15396e

Please sign in to comment.