Skip to content

Commit

Permalink
CR comment Nitpick
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
SahilK-027 and coderabbitai[bot] authored Nov 25, 2024
1 parent 46a2f44 commit 12e3223
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,12 @@ After running the tests, you can view the test coverage report by following thes
- Open the generated `index.html` file present in the `app/coverage/index.html`.
- Metrics Explanation:
In this file, you will see 4 metrics for the files you have changed:
- Statements: Percentage of executed statements.
- Branches: Percentage of executed branches (e.g., conditions in if, else, switch statements, `&&`, `||`, `?` operators used).
- Functions: Percentage of executed functions.
- Lines: Percentage of executed lines of code.
In this file, you will see 4 metrics for the files you have changed:
* **Statements**: Percentage of executed statements
* **Branches**: Percentage of executed branches (e.g., conditions in if, else, switch statements, `&&`, `||`, `?` operators)
* **Functions**: Percentage of executed functions
* **Lines**: Percentage of executed lines of code
- To increase code coverage, write additional test cases to cover the missing metrics.
<br/>
Expand Down

0 comments on commit 12e3223

Please sign in to comment.