feat(indicator): add software test coverage quality indicator#92
Merged
dgarijo merged 1 commit intoEVERSE-ResearchSoftware:mainfrom Dec 11, 2025
Merged
Conversation
Introduces a new quality indicator describing the sufficiency of test suite coverage, including metadata, relevant quality dimensions, and references. Supports improved assessment of software reliability and functional suitability.
Contributor
|
Thanks! I will review this soon.
The schema.org validator only accepts schema.org, but that does not mean
the context is wrong. I will add a pointer to a Jason ld validator
alternative.
El mié., 10 dic. 2025 11:58 a. m., Mehdi ZM ***@***.***>
escribió:
… Introduces a new quality indicator describing the sufficiency of test
suite coverage, including metadata, relevant quality dimensions, and
references. Supports improved assessment of software reliability and
functional suitability.
Note
This was not validated through the schema validator
<https://validator.schema.org/> as requested due to producing an error :
This @context string is unknown to the parser and we do not support remote
JSON-LD context fetching. Please use a known @context value (e.g. "
https://schema.org/") or define a local context
------------------------------
You can view, comment on, or merge this pull request online at:
#92
Commit Summary
- f6dfcb9
<f6dfcb9>
feat(indicator): add software test coverage quality indicator
File Changes
(1 file
<https://github.com/EVERSE-ResearchSoftware/indicators/pull/92/files>)
- *A* indicators/software_test_coverage.json
<https://github.com/EVERSE-ResearchSoftware/indicators/pull/92/files#diff-ad0e7e1e5a02415ec0e3c6cadf0c7faf100e3e089011650951bd13415bfc099a>
(48)
Patch Links:
- https://github.com/EVERSE-ResearchSoftware/indicators/pull/92.patch
- https://github.com/EVERSE-ResearchSoftware/indicators/pull/92.diff
—
Reply to this email directly, view it on GitHub
<#92>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALTIGWJHVWBRS4F4OW47DD4A74FHAVCNFSM6AAAAACOTIDQLKVHI2DSMVQWIX3LMV43ASLTON2WKOZTG4YTINRZGE2TAMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dgarijo
reviewed
Dec 11, 2025
| }, | ||
| { | ||
| "@type": "schema:Person", | ||
| "name": "Andres Montero" |
Contributor
There was a problem hiding this comment.
Don't you want to add yourself as contact?
This file contains hidden or 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
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.
Introduces a new quality indicator describing the sufficiency of test suite coverage, including metadata, relevant quality dimensions, and references. Supports improved assessment of software reliability and functional suitability.
Note
This was not validated through the schema validator as requested due to producing an error :
This @context string is unknown to the parser and we do not support remote JSON-LD context fetching. Please use a known @context value (e.g. "https://schema.org/") or define a local context