Skip to content

Commit

Permalink
docs: update coverage comment explaining why nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 2, 2024
1 parent 2cfeef5 commit 0d7bb17
Show file tree
Hide file tree
Showing 2 changed files with 7,258 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
submodules: true

- name: Install rust
# We run in nightly to make use of 'feature(coverage_attribute)' attribute.
# We run in nightly to make use of the `#[coverage(off)]` attribute.
# See `contracts/src/lib.rs`.
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down
Loading

0 comments on commit 0d7bb17

Please sign in to comment.