New indicators (fixes #9 and fixes #149)#170
Merged
dgarijo merged 2 commits intoMay 25, 2026
Merged
Conversation
dgarijo
reviewed
May 22, 2026
| ], | ||
| "status": "Active", | ||
| "version": "1.0.0", | ||
| "qualityDimension": { "@id": "https://w3id.org/everse/i/dimensions/maintainability"}, |
Contributor
There was a problem hiding this comment.
Also fairness (reusability)
dgarijo
reviewed
May 22, 2026
| "@type": "SoftwareQualityIndicator", | ||
| "name": "Passed tests by the software follows community conventions", | ||
| "abbreviation": "passed_tests_ok", | ||
| "description": "The software passes a reasonable amount of the tests provided within its own repository according to community's conventions and standards.", |
Contributor
There was a problem hiding this comment.
Suggested change
| "description": "The software passes a reasonable amount of the tests provided within its own repository according to community's conventions and standards.", | |
| "description": "The software tool passes all the tests provided within its own repository.", |
dgarijo
reviewed
May 22, 2026
| "@context": "https://w3id.org/everse/rsqi#", | ||
| "@id": "https://w3id.org/everse/i/indicators/passed_tests_ok", | ||
| "@type": "SoftwareQualityIndicator", | ||
| "name": "Passed tests by the software follows community conventions", |
Contributor
There was a problem hiding this comment.
Suggested change
| "name": "Passed tests by the software follows community conventions", | |
| "name": "All tests defined by the software component pass", |
dgarijo
reviewed
May 22, 2026
| "@type": "SoftwareQualityIndicator", | ||
| "name": "The project's repository includes a container build file", | ||
| "abbreviation": "software_is_containerized", | ||
| "description": "The project's repository where its source code is hosted includes a container build file (i.e. Dockerfile, Podman, Apptainer, etc.).", |
Contributor
There was a problem hiding this comment.
Suggested change
| "description": "The project's repository where its source code is hosted includes a container build file (i.e. Dockerfile, Podman, Apptainer, etc.).", | |
| "description": "The project's repository where its source code is hosted includes a container build file to containerize it (i.e. Dockerfile, Podman, Apptainer, etc.).", |
Contributor
Author
|
Source for code_documentation_coverage_ok has to be the tool interrogate for the moment since we don't find any trustful or official definition for this indicator |
dgarijo
approved these changes
May 25, 2026
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.
first draft, needs revision and source for code_documentation_coverage_ok is missing
fixes #9
fixes #149