daux.io/scripts/fix_reports.sh

8 lines
263 B
Bash
Raw Permalink Normal View History

2020-04-23 22:19:12 +02:00
#!/usr/bin/env bash
# https://community.sonarsource.com/t/code-coverage-doesnt-work-with-github-action/16747/5
echo "fix code coverage paths"
2020-04-23 22:50:02 +02:00
sed -i 's/\/home\/runner\/work\/daux.io\/daux.io\//\/github\/workspace\//g' coverage.clover
2020-04-23 22:19:12 +02:00
php scripts/fix_report.php