Annihilate

This commit is contained in:
0loli 2022-03-17 02:09:16 +00:00 committed by GitHub
parent 608a06e8f2
commit aba401302e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

10
lcov.js
View File

@ -1,10 +0,0 @@
import lcov2badge from 'lcov2badge';
import {writeFileSync} from 'fs';
lcov2badge.badge(
'./coverage/lcov.info',
function(err, svgBadge){
if (err) throw err;
writeFileSync('./coverage/lcov.svg', svgBadge);
}
);