-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: coverage support and improve documentation #66
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
* docs: add full name in README Signed-off-by: msclock <msclock@qq.com> * chore: rename docs related cmake targets to use dash naming convention Signed-off-by: msclock <msclock@qq.com> * refactor: refine cmake comments Signed-off-by: msclock <msclock@qq.com> * chore: loose some folders watched Signed-off-by: msclock <msclock@qq.com> * chore: indent 2 for js Signed-off-by: msclock <msclock@qq.com> * docs: temp WIP Signed-off-by: msclock <msclock@qq.com> * docs: conform to consistency Signed-off-by: msclock <msclock@qq.com> * ci: setup cpp Signed-off-by: msclock <msclock@qq.com> --------- Signed-off-by: msclock <msclock@qq.com>
compile.lib can be used in the dynamic and static archives
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
Signed-off-by: msclock <msclock@qq.com>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #66 +/- ##
==========================================
Coverage ? 100.00%
==========================================
Files ? 7
Lines ? 41
Branches ? 5
==========================================
Hits ? 41
Misses ? 0
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
msclock
changed the title
Coverage Support
feat: coverage support and improve documentation
Mar 13, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Mar 13, 2024
## [1.3.0](v1.2.11...v1.3.0) (2024-03-13) ### Features * coverage support and improve documentation ([#66](#66)) ([c2b0bf8](c2b0bf8)) ### Refactor * refine cmake comments ([c6a3536](c6a3536)) ### Chores * indent 2 for js ([84efe48](84efe48)) * loose some folders watched ([33702c6](33702c6)) * optimize annotated tags creation of automatic release ([4982871](4982871)) * optimize project configuration ([#58](#58)) ([03afcf8](03afcf8)) * rename docs related cmake targets to use dash naming convention ([95ace5e](95ace5e)) ### Build * optimize cmake tool file load ([#61](#61)) ([f44a4b2](f44a4b2)) * optimze build ([#60](#60)) ([b99bd6b](b99bd6b)) * simplify CMakePresets.json ([#62](#62)) ([2172148](2172148)) ### CI * add consistency checker ([#63](#63)) ([ca93006](ca93006)) ### Docs * add full name in README ([c5192b6](c5192b6)) * fix typo in CHANGELOG.md ([76326f4](76326f4)) * simplify docs build ([#64](#64)) ([ed57817](ed57817)) * temp WIP ([ec84dd5](ec84dd5))
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.
Related #48
Closeds #40