Skip to content

Commit 8554c1f

Browse files
Merge pull request #1 from 01shadowalker01/feat/add-sequence-diagram
feat: add sequence diagram to README file
2 parents e3d82bd + ed06a64 commit 8554c1f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ The `AddHit(int, int)` method resides in the `SG.CodeCoverage.Recorder` project,
1313
2. When any method in the project is called, instrumented assemblies make sure that the `RecordingControllerServer` is running and collecting data, and then sends the hit records to the server.
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.
16+
17+
## Conclusion
18+
This is not exactly a sequence diagram, but helps you get the idea:
19+
20+
![summery](./summery.png)

summery.png

143 KB
Loading

0 commit comments

Comments
 (0)