Skip to content

Commit

Permalink
🔧 use only .c
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 16, 2020
1 parent 4b4e7e0 commit 7545173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Generate Report
run: |
COV_TXT=$(gcovr -s --html-details cov.html src ast util | grep lines | cut -d" " -f2)
COV_TXT=$(gcovr -s --html-details cov.html --filter '.*\.c$' src ast util | grep lines | cut -d" " -f2)
COV_NUM=${COV_TXT: : -1}
if [ $COV_NUM -ge 90 ]
then COLOR=green
Expand Down

0 comments on commit 7545173

Please sign in to comment.