Skip to content

Commit

Permalink
ci/coverage: fix coverage option
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 23, 2022
1 parent f85ec2e commit e58c813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: make
run: |
make EXTRA_CFLAGS="-coverage" CCACHE=
make EXTRA_CFLAGS="--coverage" CCACHE=
- uses: sreimers/[email protected]
with:
Expand Down

0 comments on commit e58c813

Please sign in to comment.