Closed tony-josi-aws closed 11 months ago
Kudos, SonarCloud Quality Gate passed!
Either this or #903 should fix this issue I introduced this bug when splitting the creation of the tar file and the uploading of it into separate steps. I had split these into separate steps so that if future changes were made to use the created coverity report that the creation and upload of it were seperated.
The tar file needs to be moved out of the build directory if used in a following step. Or the following step needed to move into the build directory, as is done in the first directory.
I approved this PR as this will also fix the current problem with this scan failing.
Description
This PR updates the coverity scan yml script to do the coverity scan build and upload to single step.
Test Steps
Tested on fork
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.