Skip to content

Commit

Permalink
[build] Revert to --coverage because it needed fewer options for coll…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
thoni56 committed Jun 3, 2024
1 parent 7512583 commit e851267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif
# Always export following variables to environment of sub-makes (to use you need "-e")

# Build with coverage for all cases except "prod"
export COVERAGE = --ftest-coverage
export COVERAGE = --coverage
export CC = cc

# Other variables
Expand Down

0 comments on commit e851267

Please sign in to comment.