Skip to content

Commit 39e7967

Browse files
author
almuthana
committed
ad
1 parent 50cfaff commit 39e7967

File tree

1 file changed

+5
-71
lines changed

1 file changed

+5
-71
lines changed

README.md

Lines changed: 5 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -23,76 +23,6 @@ In order to not put in 8 large images, I will insert the final screenshot, with
2323

2424
### Your own coverage tool
2525

26-
<The following is supposed to be repeated for each group member>
27-
28-
<Group member name>
29-
30-
Almuthana Almustafa
31-
32-
<Function 1 name>
33-
34-
stoogsort in stoog_sort.py
35-
36-
<Show a patch (diff) or a link to a commit made in your forked repository that shows the instrumented code to gather coverage measurements>
37-
38-
link to commit in test files:
39-
https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97
40-
41-
link to commit in founction:
42-
https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3
43-
44-
<Provide a screenshot of the coverage results output by the instrumentation>
45-
46-
result:
47-
48-
![alt text](ts.png)
49-
50-
existing tool result before:
51-
52-
![alt text](ss2.png)
53-
54-
existing tool result after:
55-
56-
![alt text](ss.png)
57-
58-
59-
<Function 2 name>
60-
61-
word_break in word_break.py
62-
63-
<Provide the same kind of information provided for Function 1>
64-
65-
link to commit in test files:
66-
https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97
67-
68-
link to commit in founction:
69-
https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3
70-
71-
72-
result:
73-
74-
![alt text](ts.png)
75-
76-
existing tool result before:
77-
78-
![alt text](wk1.png)
79-
80-
existing tool result after:
81-
82-
![alt text](wk2.png)
83-
84-
<Group member name>
85-
86-
<Function 1 name>
87-
88-
<Show a patch (diff) or a link to a commit made in your forked repository that shows the instrumented code to gather coverage measurements>
89-
90-
<Provide a screenshot of the coverage results output by the instrumentation>
91-
92-
<Function 2 name>
93-
94-
<Provide the same kind of information provided for Function 1>
95-
9626
#### Ayman Errahmouni
9727

9828
##### Function 1: simplify_path_v2
@@ -287,7 +217,7 @@ https://github.com/CatalinAnt/algorithms-SEP-95/commit/5651abafebe8ae3a5ea63e748
287217
The coverage is improved by 13%, the code only hit three out of five branches and only set up two examples. I added a case where there is no unique letter.
288218

289219

290-
Almuthana Almustafa
220+
## Almuthana Almustafa
291221

292222
stoogsort in stoog_sort.py
293223

@@ -308,6 +238,8 @@ result:
308238

309239
Almuthana Almustafa
310240

241+
Test 1:
242+
311243
stoogsort function
312244

313245
link to commit in test files:
@@ -323,6 +255,8 @@ existing tool result after:
323255

324256
The coverage increased by 89%, largely attributable to the implementation of new tests.
325257

258+
Test 2:
259+
326260
word_break function
327261

328262
[Link to the commit in the test files](https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97)

0 commit comments

Comments
 (0)