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

ULL-ESIT-INF-DSI-2223 / instanbul-coveralls / #1

pending completion
#1

push

web-flow
Initial commit

1 of 2 branches covered (50.0%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 1 file covered. (100.0%)

3 of 4 relevant lines covered (75.0%)

1.25 hits per line

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

66.67
/src/basicFunctions.ts
1
/**
2
 * Adds two __numbers__
3
 * @param firstNumber Consists of the first operand of the addition
4
 * @param secondNumber Consists of the second operand of the addition
5
 * @returns The addition of the two numbers `firstNumber` and `secondNumber`
6
 * ```typescript
7
 * add(1, 7) = 8
8
 * ```
9
 */
10
export function add(firstNumber: number, secondNumber: number) {
1✔
11
  return firstNumber + secondNumber;
2!
12
}
2✔
13

14
console.log(`add(1, 7): ${add(1, 7)}`);
×
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