Skip to content

Commit aeb99d3

Browse files
Merge pull request #266 from sfragkoul/issue_154
Add indicators for cppunit.json
2 parents 9be3fa8 + 3ede3f7 commit aeb99d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/software-tools/cppunit.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
1414
{ "@id": "dim:maintainability", "@type": "@id" },
1515
{ "@id": "dim:reliability", "@type": "@id" }
1616
],
17+
"improvesQualityIndicator": [
18+
{
19+
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
20+
"@type": "@id"
21+
},
22+
{
23+
"@id": "https://w3id.org/everse/i/indicators/software_test_coverage",
24+
"@type": "@id"
25+
},
26+
{
27+
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
28+
"@type": "@id"
29+
}
30+
],
1731
"howToUse": ["command-line"],
1832
"appliesToProgrammingLanguage": ["C++"],
1933
"license": "https://www.gnu.org/licenses/lgpl-3.0"

0 commit comments

Comments
 (0)