Skip to content

Commit 7aeec25

Browse files
authored
Try removing samples from codecov (#1961)
1 parent b8fee3a commit 7aeec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
3434
mkdir build && cd build
35-
cmake .. -DCODE_COVERAGE=TRUE -DBUILD_TEST=TRUE
35+
cmake .. -DCODE_COVERAGE=TRUE -DBUILD_TEST=TRUE -DBUILD_SAMPLE=OFF
3636
make
3737
ulimit -c unlimited -S
3838
- name: Run tests

0 commit comments

Comments
 (0)