mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
9 lines
272 B
XML
9 lines
272 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<covelyzer
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="vendor/vstelmakh/covelyzer/resources/config.xsd"
|
|
>
|
|
<project minCoverage="100"/>
|
|
<class minCoverage="100"/>
|
|
</covelyzer>
|