You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
3
3
A wrapper around [`anchor test`] for computing test coverage
4
4
5
+
`anchor-coverage` requires a patched Solana test validator (see below). The patch is known to work with Agave commit [cd29142](https://github.com/anza-xyz/agave/commit/cd291424d3d71c1a3be0c2c919916dcaa272d162).
6
+
5
7
## Steps to use
6
8
7
-
1. Install the Agave validator [from source] after adding the following to the `[patch.crates-io]` section near the end of its Cargo.toml:
9
+
1. Clone the [Agave repository] and checkout the commit named above.
10
+
11
+
2. Add the following to the `[patch.crates-io]` section near the end of Agave's Cargo.toml, and install Agave [from source]:
0 commit comments