[PR #952] [MERGED] enable coverage run #1817

Closed
opened 2026-03-16 02:27:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/952
Author: @bluejekyll
Created: 12/15/2019
Status: Merged
Merged: 12/15/2019
Merged by: @bluejekyll

Base: masterHead: add-code-coverage-to-github


📝 Commits (6)

  • e827ca2 enable coverage run
  • b22b7ef add upload to codecov
  • 930cc03 remove travis references
  • 57c63b6 make named tests more resilient, split out tcp_port
  • a1df3cd cleanup paths for coverage script run
  • 259e2bc cleanup paths for coverage script run

📊 Changes

36 files changed (+277 additions, -267 deletions)

View changed files

.coveralls.yml (+0 -2)
📝 .github/workflows/test.yml (+13 -0)
.travis.yml (+0 -28)
📝 Makefile.toml (+151 -6)
📝 bin/Cargo.toml (+1 -1)
📝 bin/benches/comparison_benches.rs (+2 -2)
📝 bin/src/named.rs (+1 -9)
📝 bin/tests/named_https_tests.rs (+3 -3)
📝 bin/tests/named_openssl_tests.rs (+3 -3)
📝 bin/tests/named_rustls_tests.rs (+3 -3)
📝 bin/tests/named_test_rsa_dnssec.rs (+22 -22)
📝 bin/tests/named_tests.rs (+22 -22)
📝 bin/tests/server_harness/mod.rs (+18 -11)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/native-tls/Cargo.toml (+1 -1)
📝 crates/native-tls/src/tests.rs (+3 -3)
📝 crates/openssl/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)

...and 16 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/952 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/15/2019 **Status:** ✅ Merged **Merged:** 12/15/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `add-code-coverage-to-github` --- ### 📝 Commits (6) - [`e827ca2`](https://github.com/hickory-dns/hickory-dns/commit/e827ca20217dd96499b4f16bb0347530ece00d35) enable coverage run - [`b22b7ef`](https://github.com/hickory-dns/hickory-dns/commit/b22b7ef260b8c9928e6dc332157b6ad0a99ae030) add upload to codecov - [`930cc03`](https://github.com/hickory-dns/hickory-dns/commit/930cc03371876873e3dcbd91e97ff0786fdad47c) remove travis references - [`57c63b6`](https://github.com/hickory-dns/hickory-dns/commit/57c63b64dafdd671bec9303dc985b172856875ad) make named tests more resilient, split out tcp_port - [`a1df3cd`](https://github.com/hickory-dns/hickory-dns/commit/a1df3cd9b26a279fb0800e014261cf1a51c886b7) cleanup paths for coverage script run - [`259e2bc`](https://github.com/hickory-dns/hickory-dns/commit/259e2bc429215b780e99b862c48f546d2cadf699) cleanup paths for coverage script run ### 📊 Changes **36 files changed** (+277 additions, -267 deletions) <details> <summary>View changed files</summary> ➖ `.coveralls.yml` (+0 -2) 📝 `.github/workflows/test.yml` (+13 -0) ➖ `.travis.yml` (+0 -28) 📝 `Makefile.toml` (+151 -6) 📝 `bin/Cargo.toml` (+1 -1) 📝 `bin/benches/comparison_benches.rs` (+2 -2) 📝 `bin/src/named.rs` (+1 -9) 📝 `bin/tests/named_https_tests.rs` (+3 -3) 📝 `bin/tests/named_openssl_tests.rs` (+3 -3) 📝 `bin/tests/named_rustls_tests.rs` (+3 -3) 📝 `bin/tests/named_test_rsa_dnssec.rs` (+22 -22) 📝 `bin/tests/named_tests.rs` (+22 -22) 📝 `bin/tests/server_harness/mod.rs` (+18 -11) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/native-tls/Cargo.toml` (+1 -1) 📝 `crates/native-tls/src/tests.rs` (+3 -3) 📝 `crates/openssl/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:27:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1817
No description provided.