Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion quality-tools/gcov.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
{ "@id": "dim:sustainability", "@type": "@id" }
],
"howToUse": ["CI/CD", "command-line"],
"license": "https://choosealicense.com/licenses/gpl-2.0/"
"license": "https://choosealicense.com/licenses/gpl-2.0/",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I know it's not this PR purpose but could you replace with spdx url pls ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

No worries. I made the change

"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think this could be measuresQualityIndicator

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Done

"@type": "@id"
}
]
}
12 changes: 11 additions & 1 deletion quality-tools/javadoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@
"isAccessibleForFree": true,
"license": "https://www.oracle.com/downloads/licenses/no-fee-license",
"name": "javadoc",
"url": "https://www.oracle.com/java/technologies/javase/javadoc-tool.html"
"url": "https://www.oracle.com/java/technologies/javase/javadoc-tool.html",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
"@type": "@id"
}
]
}
16 changes: 15 additions & 1 deletion quality-tools/jenkins.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,19 @@
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"name": "Jenkins",
"url": "https://www.jenkins.io/"
"url": "https://www.jenkins.io/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
}
]
}
16 changes: 15 additions & 1 deletion quality-tools/junit.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,19 @@
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
}
},
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/no_critical_vulnerability",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
}
]
}
Loading