Skip to content

Commit e742502

Browse files
authored
Merge branch 'master' into fix/service-disco-ipv6-iptree
2 parents 9304780 + 1713ad7 commit e742502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
find nimcache -name *.c -delete
8686
lcov --capture --directory nimcache --output-file coverage/coverage.info
8787
lcov --extract coverage/coverage.info "${PWD}/libp2p/*" --output-file coverage/coverage.f.info
88-
genhtml coverage/coverage.f.info --output-directory coverage/output
88+
genhtml coverage/coverage.f.info --ignore-errors source --output-directory coverage/output
8989
9090
- name: Upload coverage to codecov
9191
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)