-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore: refactor SEP-10 #286
base: main
Are you sure you want to change the base?
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
6dd492a
to
4363872
Compare
4363872
to
3a3d143
Compare
Pull Request Test Coverage Report for Build 6271935013
💛 - Coveralls |
@@ -0,0 +1,8 @@ | |||
#!/usr/bin/env bash | |||
set -euo pipefail | |||
IFS=$'\n\t' |
Check warning
Code scanning / Semgrep
Semgrep Finding: bash.lang.security.ifs-tampering.ifs-tampering Warning
|
||
## Contributing | ||
|
||
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/stellar-ecosystem. |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found. Note
|
||
And then execute: | ||
|
||
$ bundle install |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when code blocks do not adhere to a given style. Note
|
||
Or install it yourself as: | ||
|
||
$ gem install stellar-ecosystem |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when code blocks do not adhere to a given style. Note
|
||
## [0.1.0] - 2022-10-29 | ||
|
||
- Initial release |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when the spacing between a list item’s bullet and its content violates Note
@@ -0,0 +1,5 @@ | |||
## [Unreleased] | |||
|
|||
## [0.1.0] - 2022-10-29 |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found. Note
@@ -0,0 +1,5 @@ | |||
## [Unreleased] |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found. Note
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
No description provided.