Version 0.49.0
release-drafter
released this
13 Apr 17:25
·
1939 commits
to refs/heads/master
since this release
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
Enable coverage reporting for the emulator (#969) @m-Peter
The testing of Cadence code has been improved to support test coverage using the new coverage flag.
> flow test --cover test_script.cdc
Running tests...
Test results: "test_script.cdc"
- PASS: testSimpleScript
Coverage: 100.0% of statements
🛠 Improvements
- Use the service account key for the accounts generated by flow dev command (#963) @chasefleming
- Bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 (#956) @dependabot