Skip to content

Commit 851520e

Browse files
committed
rm update
1 parent 1e0c977 commit 851520e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Programming language: <Python>
2525

2626
<BinaryExponation>
2727

28-
<Show a patch (diff) or a link to a commit made in your forked repository that shows the instrumented code to gather coverage measurements>
28+
<https://github.com/Timmermans13/Python/blob/Francis-Branch/power_of_n.py>
2929

30-
<Provide a screenshot of the coverage results output by the instrumentation>
30+
<https://github.com/Timmermans13/Python/blob/Francis-Branch/Coverage_old_results_function_1.png>
3131

3232
<Function 2 name>
3333

@@ -39,17 +39,17 @@ Programming language: <Python>
3939

4040
<The following is supposed to be repeated for each group member>
4141

42-
<Group member name>
42+
<Francis >
4343

4444
<Test 1>
4545

46-
<Show a patch (diff) or a link to a commit made in your forked repository that shows the new/enhanced test>
46+
<https://github.com/Timmermans13/Python/blob/Francis-Branch/power_of_num_tests.py>
4747

48-
<Provide a screenshot of the old coverage results (the same as you already showed above)>
48+
<https://github.com/Timmermans13/Python/blob/Francis-Branch/Coverage_old_results_function_1.png>
4949

50-
<Provide a screenshot of the new coverage results>
50+
<https://github.com/Timmermans13/Python/blob/Francis-Branch/Coverage_new_results_function_1.png>
5151

52-
<State the coverage improvement with a number and elaborate on why the coverage is improved>
52+
<The test I have provided tests the with the branch where n is equal to 0 (pow-case-1). This was the only branch that was not covered, hence improving the branch coverage to 100%>
5353

5454
<Test 2>
5555

~$README.md

-162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)