|
Ran
|
Jobs
1
|
Files
30
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge bitcoindevkit/bdk#1946: chore: create and apply rustfmt.toml <a class=hub.com/bitcoindevkit/bdk/commit/7bdbcdd2a1b6bb0fb9fafd7792615a1a3a302a5a">7bdbcdd2a<a href="https://github.com/bitcoindevkit/bdk/commit/4a7c0ed27e10192081730bf3c7071eac196dbd35"> chore: apply fmt (Luis Schwab) <a class="double-link" href="https://github.com/bitcoindevkit/bdk/commit/655b77b4ddc8982c3c747f5553abb83801b09a0b">655b77b4d</a> chore: create rustfmt.toml, update CI to use nightly for fmt job (Luis Schwab) Pull request description: This PR adds basic formatting configuration for uniform comments. Note that the nightly toolchain is necessary. ### Changelog: - Create rustfmt.toml with this config: ``` comment_width = 100 format_code_in_doc_comments = true wrap_comments = true ``` - Apply rustfmt.toml. - Update the fmt CI job to use the nightly toolchain. - Update PR template to use nightly toolchain. Note: I had to add #[rustfmt::skip] to test_extract_satisfaction_timelock() because the base64 PSBT would get wrapped due to the slashes. #### All Submissions: * [X] I've signed all my commits * [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [X] I ran `cargo +nightly fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK 7bdbcdd2a1b6bb0fb9fafd7792615a1a3a302a5a Tree-SHA512: 03b056e1d16d936ddb7806f0a3e4a61cce0
4 of 4 new or added lines in 2 files covered. (100.0%)
5402 of 6519 relevant lines covered (82.87%)
29562.56 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15166320889.1 | 30 |
82.87 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|