mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[GH-ISSUE #229] Figure out a way to merge coverage reports on Coveralls.io #106
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bluejekyll on GitHub (Oct 13, 2017).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/229
Or switch to a different solution. Currently I believe a lot of coverage is being missed as the various feature tests aren't being captured.
@briansmith commented on GitHub (Oct 17, 2017):
I use coveralls for ring and I do merge the coverage reports. However, I've found that I often get emails saying that coverage is ridiculously low during CI runs; presumably, this is because they send emails before they do the merging.
@bluejekyll commented on GitHub (Oct 17, 2017):
Well. The coverages report didn’t go up as much as I hoped. It looks like a lot of my #[ignore] tests are driving coverage in some areas down. If I can I’ll try and move those out to integration tests.