We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be3fa8 + 3ede3f7 commit aeb99d3Copy full SHA for aeb99d3
data/software-tools/cppunit.json
@@ -14,6 +14,20 @@
14
{ "@id": "dim:maintainability", "@type": "@id" },
15
{ "@id": "dim:reliability", "@type": "@id" }
16
],
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
25
26
27
+ "@id": "https://w3id.org/everse/i/indicators/software_has_tests",
28
29
+ }
30
+ ],
31
"howToUse": ["command-line"],
32
"appliesToProgrammingLanguage": ["C++"],
33
"license": "https://www.gnu.org/licenses/lgpl-3.0"
0 commit comments