-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: README.md. Removed depends_on() field in the clarinet.toml file and added success message for clarinet check command. #440
Conversation
LakshmiLavanyaKasturi
commented
Jul 11, 2022
- Removed depends_on = [] as it is no longer part of the clarinet.toml file
- Updated clarinet.toml file config for bbtc.clar and my-contract.clar.
- Changed the checked contracts to 2 as the default count is 2 contracts.
- 'clarinet check hiro-coin.clar' changed to clarinet check <path/to/file.clar> for more clarity.
Codecov Report
@@ Coverage Diff @@
## develop #440 +/- ##
============================================
+ Coverage 9.45% 21.62% +12.16%
============================================
Files 55 165 +110
Lines 12266 40458 +28192
============================================
+ Hits 1160 8748 +7588
- Misses 11106 31710 +20604
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're trying to follow Conventional Commits to help with auto-generated changelogs. Please update your commit messages to begin with docs:
. It would also be helpful to include more info in the message, such as the items in your comment on this PR.
@obycode Please let me know if the commit message looks good now. Thanks. |
… and added success message for clarinet check command.
0a29310
to
84d0a32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LakshmiLavanyaKasturi!