Skip to content

Commit

Permalink
coverage: fix build with c++
Browse files Browse the repository at this point in the history
j123b567 committed Feb 1, 2023
1 parent ef3a90c commit 8695b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -81,6 +81,7 @@ jobs:
- name: coverage
env:
CFLAGS: -fprofile-arcs -ftest-coverage
CXXFLAGS: -fprofile-arcs -ftest-coverage
LDFLAGS: -lgcov
run: make clean all test

0 comments on commit 8695b76

Please sign in to comment.