Skip to content

Commit

Permalink
Merge pull request #2582 from cta-observatory/fix_sonar
Browse files Browse the repository at this point in the history
Fix filename in sonar action
  • Loading branch information
maxnoe authored Jul 9, 2024
2 parents 2a7f978 + 8b3f8d3 commit f6d1d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
archive_format: 'zip',
});
let fs = require('fs');
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/medplum-code-coverage.zip`, Buffer.from(download.data));
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/ctapipe-coverage-report.zip`, Buffer.from(download.data));
- name: 'Unzip code coverage'
run: unzip ctapipe-coverage-report.zip -d coverage
Expand Down

0 comments on commit f6d1d64

Please sign in to comment.