• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

idrinth-api-bench / framework / 9822524417

06 Jul 2024 10:28PM UTC coverage: 71.942% (-3.7%) from 75.611%
9822524417

push

github

web-flow
remove unused code & adjust verification code (#47)

* remove unused code
adjust verification code

* Update src/main.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/main.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/cli/cli.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* eslint fixes

* eslint fixes

* remove impossible test

* fix code to be actually functional

fixes #0

* fix code to be actually functional

fixes #0

* fix code to be actually functional

fixes #0

* update dependency

fixes #0

* update dependency

fixes #0

* update gitignore
publish first release

fixes #0

* fix import

fixes #0

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

311 of 485 branches covered (64.12%)

Branch coverage included in aggregate %.

24 of 81 new or added lines in 5 files covered. (29.63%)

155 existing lines in 5 files now uncovered.

2412 of 3300 relevant lines covered (73.09%)

2538.08 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/validation/error.ts
UNCOV
1
/* eslint no-console: 0 */
×
UNCOV
2
import language from '../helper/language.js';
×
UNCOV
3
import logSymbols from 'log-symbols';
×
UNCOV
4
import languageKey from '../locales/language-key.js';
×
UNCOV
5

×
UNCOV
6
const error = (key: languageKey, ...argList: string[]) => {
×
UNCOV
7
  console.error(logSymbols.error + ' ' + language(key, ...argList,),);
×
UNCOV
8
};
×
UNCOV
9

×
UNCOV
10
export default error;
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc