mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Change artifact name from coverage-report to coverage.xml
small change since the report is not being found. this is one of many small PRs to try and get this working.
This commit is contained in:
parent
d1d3a3471b
commit
6389316206
2
.github/workflows/sonarcloud_pr.yml
vendored
2
.github/workflows/sonarcloud_pr.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Download coverage report artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
name: coverage.xml
|
||||
path: reports/
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user