diff --git a/README.md b/README.md index 06ea99b0..98dd71e1 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ - **Tool used to measure the number of lines of code:** lizard ![Lizard-KLOC-Screenshot-output-command](/screenshots/lizard-kloc(21-06-2024_16-39-00).png) + +## Coverage Measurement + +- **Existing tool used to measure the coverage:** coverage.py +- **Coverage result:** 94% + +![Coverage.py-Coverage-Measurement](/screenshots/coverage-py-2(2024-06-21_17-09-11).png) +![Coverage.py-Coverage-Measurement](/screenshots/coverage-py-1(21-06-2024_17-06-39).png) diff --git a/screenshots/coverage-py-1(21-06-2024_17-06-39).png b/screenshots/coverage-py-1(21-06-2024_17-06-39).png new file mode 100644 index 00000000..53dde262 Binary files /dev/null and b/screenshots/coverage-py-1(21-06-2024_17-06-39).png differ diff --git a/screenshots/coverage-py-2(2024-06-21_17-09-11).png b/screenshots/coverage-py-2(2024-06-21_17-09-11).png new file mode 100644 index 00000000..ff75c323 Binary files /dev/null and b/screenshots/coverage-py-2(2024-06-21_17-09-11).png differ diff --git a/thefuck/rules/README.md b/thefuck/rules/README.md deleted file mode 100644 index a0038baf..00000000 --- a/thefuck/rules/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Report for Assignment 1 - Group 82 - -## Project Information - -- **Name:** TheFuck - Magnificent app which corrects your previous console command -- **URL:** https://github.com/dimalarcon/SEP2024-Group82-thefuck -- **Programming Language:** Python - -## Code Metrics - -- **Number of lines of code:** 547801 (54.7 KLOC) -- **Tool used to measure the number of lines of code:** lizard - -![Lizard-KLOC-Screenshot-output-command](/screenshots/dima/lizard-kloc(21-06-2024_16-39-00).png)