1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-05 18:34:17 +02:00

Add some more RAR files for test coverage. Update test coverage to include archive now that we have some automated tests.

This commit is contained in:
Jeff Schiller 2023-12-16 22:45:00 -08:00
parent f64c744abf
commit 65db5bdbd2
7 changed files with 8 additions and 1 deletions

3
.c8rc
View file

@ -2,11 +2,14 @@
"check-coverage": true,
"all": true,
"include": [
"archive/*.js",
"codecs/*.js",
"file/*.js",
"io/*.js"
],
"exclude": [
"archive/archive.js",
"archive/webworker-wrapper.js",
"io/*-worker.js"
],
"reporter": [

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -13,7 +13,11 @@ const INPUT_FILES = [
];
const ARCHIVE_FILES = [
'archive-rar.rar',
'archive-rar-store.rar',
'archive-rar-default.rar',
'archive-rar-smaller.rar',
'archive-rar-ma4.rar',
'archive-rar-ma5.rar',
'archive-tar.tar',
'archive-zip-store.zip',
'archive-zip-faster.zip',