Skip to content

Commit

Permalink
🔧 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 16, 2020
1 parent bef23a2 commit fbbc263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Generate Report
run: |
gcovr -s --filter '.*\.c$' src > gwion-coverage-report/README.md
COV_TXT=$(gcovr -s --html-details gwion-coverage-report/index.html --filter '.*\.c$' src | grep lines | cut -d" " -f2)
COV_NUM=${COV_TXT: : -1}
echo $COV_NUM > gwion-coverage-report/coverage_num.txt
Expand Down

0 comments on commit fbbc263

Please sign in to comment.