generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 56
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
add sdk-development compliance validation to CI #291
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
TBDocs Report ✅ No errors or warnings @web5/api
Updated @ 2023-11-14T21:14:49.546Z - Commit: |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #291 +/- ##
=======================================
Coverage 90.34% 90.34%
=======================================
Files 74 74
Lines 14028 14028
Branches 1382 1382
=======================================
Hits 12674 12674
Misses 1328 1328
Partials 26 26
|
finn-block
force-pushed
the
web5-spec
branch
4 times, most recently
from
November 13, 2023 22:14
31ad6c4
to
f9a611b
Compare
finn-block
requested review from
frankhinek,
csuwildcat and
mistermoe
as code owners
November 13, 2023 23:03
phoebe-lew
approved these changes
Nov 13, 2023
finn-block
force-pushed
the
web5-spec
branch
from
November 14, 2023 17:26
ba532d7
to
07a614f
Compare
frankhinek
requested changes
Nov 14, 2023
Co-authored-by: Frank Hinek <frankhinek@users.noreply.github.com>
Co-authored-by: Frank Hinek <frankhinek@users.noreply.github.com>
frankhinek
approved these changes
Nov 16, 2023
finn-block
added a commit
that referenced
this pull request
Mar 19, 2024
* Add sdk-development test harness
finn-block
added a commit
that referenced
this pull request
Mar 19, 2024
* Add sdk-development test harness
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a standardized set of tests that we are attempting to roll out to all web5 SDKs, including web5-js. These tests should not be treated as a replacement for unit tests. More information about this can be found in the sdk-development repo.