Skip to content

Commit

Permalink
pytest: add --coverage in LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jan 20, 2024
1 parent 106e701 commit 1b6ccf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
- name: Build
run: .github/workflows/build_${{ matrix.os }}.sh $HOME/install
env:
CFLAGS: '--coverage'
CFLAGS: '--coverage -O0 -g'
CXXFLAGS: '--coverage -O0 -g'
LDFLAGS: '--coverage'

- name: Add the bin directory to PATH
run: |
Expand Down

0 comments on commit 1b6ccf8

Please sign in to comment.