Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions indicators/software_test_coverage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"@context": "https://w3id.org/everse/rsqi#",
"@id": "https://w3id.org/everse/i/indicators/software_test_coverage",
"@type": "SoftwareQualityIndicator",
"name": "Software has sufficient test coverage",
"abbreviation": "software_test_coverage",
"description": "Indicates that the test suite covers most (or ideally all) the code branches, input fields, and functionality",
"keywords": [
"test coverage",
"code coverage",
"branch coverage",
"coverage threshold",
"test completeness"
],
"identifier": {
"@id": "https://w3id.org/everse/i/indicators/software_test_coverage"
},
"status": "Active",
"version": "0.0.1",
"author": {
"@type": "schema:Organization",
"name": "ELIXIR-Steers",
"url": "https://elixir-europe.org/about-us/how-funded/eu-projects/steers"
},
"contact": [
{
"@type": "schema:Person",
"name": "Daniel Garijo"
},
{
"@type": "schema:Person",
"name": "Andres Montero"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you want to add yourself as contact?

}
],
"source": {
"url": "https://doi.org/10.5281/zenodo.17035105",
"name": "ELIXIR Steers D2.1 Report on best-practices and indicators available and used by selected Communities"
},
"qualityDimension": [
{
"@id": "https://w3id.org/everse/i/dimensions/reliability"
},
{
"@id": "https://w3id.org/everse/i/dimensions/functional_suitability"
}
],
"created": "03-12-2025"
}