anchor-coverage 0.3.1

A wrapper around `anchor test` for computing test coverage
Documentation
# Changelog

## 0.3.1

- Don't warn about tarballs that have already been unpacked ([#150]https://github.com/trailofbits/anchor-coverage/pull/150)

## 0.3.0

- Warn when `debug = true` cannot be found under `[profile.release]` ([#145]https://github.com/trailofbits/anchor-coverage/pull/145)

## 0.2.0

- Provide instructions for using prebuilt patched binaries from `sbpf-coverage` [Releases]https://github.com/trail-of-forks/sbpf-coverage/releases ([#139]https://github.com/trailofbits/anchor-coverage/pull/139)

## 0.1.1

- Use Anchor 0.32 ([#128]https://github.com/trailofbits/anchor-coverage/pull/128) plus various internal improvements

## 0.1.0

- Initial release