parent
e1012f0b8c
commit
b64588b7b5
19
README.md
19
README.md
|
@ -28,7 +28,8 @@ This allowed us to run all tests in the repository and summarised the coverage o
|
|||
The results indicate that the tests have a branch coverage of 38% on the program.
|
||||
|
||||
<Show the coverage results provided by the existing tool with a screenshot>
|
||||

|
||||
|
||||

|
||||
|
||||
### Your own coverage tool
|
||||
|
||||
|
@ -36,10 +37,12 @@ The results indicate that the tests have a branch coverage of 38% on the program
|
|||
<Group member name> Anastasia
|
||||
<Function 1 name> create_terminal_writer()
|
||||
<Show a patch (diff) or a link to a commit made in your forked repository that shows the instrumented code to gather coverage measurements>
|
||||

|
||||
|
||||

|
||||
|
||||
<Provide a screenshot of the coverage results output by the instrumentation>
|
||||
New branch coverage: 100%
|
||||
|
||||

|
||||
|
||||
|
||||
|
@ -63,6 +66,7 @@ New branch coverage: 100%
|
|||
<Test 1>
|
||||
|
||||
<Show a patch (diff) or a link to a commit made in your forked repository that shows the new/enhanced test>
|
||||
|
||||

|
||||
|
||||
|
||||
|
@ -205,9 +209,13 @@ The branch coverage has improved from 0% to 100%. In the original test, neither
|
|||
|
||||
<Show a patch (diff) or a link to a commit made in your forked repository that shows the instrumented code to gather coverage measurements>
|
||||
|
||||

|
||||
|
||||
<Provide a screenshot of the coverage results output by the instrumentation>
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
<Function 2 name> _highlight
|
||||
|
||||
|
@ -224,16 +232,21 @@ The branch coverage has improved from 0% to 100%. In the original test, neither
|
|||
<Test 1>
|
||||
|
||||
<Show a patch (diff) or a link to a commit made in your forked repository that shows the new/enhanced test>
|
||||

|
||||
|
||||
|
||||
<Provide a screenshot of the old coverage results (the same as you already showed above)>
|
||||

|
||||
|
||||
|
||||
<Provide a screenshot of the new coverage results>
|
||||
|
||||

|
||||
|
||||
|
||||
<State the coverage improvement with a number and elaborate on why the coverage is improved>
|
||||
|
||||
New branch coverage is 100%
|
||||
New branch coverage is 100%, DEVELOP
|
||||
|
||||
<Test 2>
|
||||
|
||||
|
|
Loading…
Reference in New Issue