Skip to content

Instantly share code, notes, and snippets.

View ianwelerson's full-sized avatar
🎓
always learning @vuejs

Ian Welerson ianwelerson

🎓
always learning @vuejs
View GitHub Profile
@ianwelerson
ianwelerson / fix-coverage-paths-sonar-qube.yml
Last active July 28, 2022 13:30
fix lcov.info paths for sonarqube scan collect coverage
- name: Download test coverage artifacts
uses: actions/download-artifact@v3
with:
name: coverage
path: coverage
- name: Fix code coverage paths
working-directory: coverage
run: |
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' lcov.info