Skip to content

Commit

Permalink
Enable coverage tracking for standalone code
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 6, 2021
1 parent be328a7 commit dde588c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- push
- pull_request

env:
COPTS: "-O2 --coverage" # enable coverage tracking in C binaries

jobs:
# The CI test job
test:
Expand Down

0 comments on commit dde588c

Please sign in to comment.