Skip to content

Commit bea4470

Browse files
refactor: fix typos & change file type
1 parent ed06a64 commit bea4470

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `AddHit(int, int)` method resides in the `SG.CodeCoverage.Recorder` project,
1414
3. After running each test, you can call `RecorderControllerClient.SaveHitsAndReset(string outputPath)`. This will send a request to server to save the visited types and methods as a binary file like `hits.test1.bin`, then resets the counter.
1515
4. After collecting test hits, you can find the visited files by merging the `json` map file and the binary hit file. This can be easily done using `DataCollector.GetVisitedFiles` method which does this task.
1616

17-
## Conclusion
18-
This is not exactly a sequence diagram, but helps you get the idea:
17+
## Summary
18+
This is not exactly a sequence diagram, but helps you get the idea, And as they say, "a picture worth a thousand words":
1919

20-
![summery](./summery.png)
20+
![summary](./summary.png)

summary.jpg

64.5 KB
Loading

summery.png

-143 KB
Binary file not shown.

0 commit comments

Comments
 (0)