Skip to content

Commit

Permalink
Tweak the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Oct 16, 2022
1 parent 0666073 commit efd8c5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Instrumenting coverage tool for .net (framework 2.0+ and core) and Mono, reimpl

Start with the [Quick Start guide](https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide)

Read the [FAQ](https://github.com/SteveGilham/altcover/wiki/FAQ)

The latest releases can be downloaded from [releases](https://github.com/SteveGilham/altcover/releases), but the easiest (and most automated) way is through the [nuget packages](#nuget-packages).

## What's in the box?
Expand Down
7 changes: 6 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Q. Never mind the fluff -- how do I get started?

A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide
A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide and
read the FAQ : https://github.com/SteveGilham/altcover/wiki/FAQ

# 8.4.84x (Habu series release 16)
* New option `--trivia` to omit coverage of sequence points containing no logic (no-op or unconditional branches only)
* Added context for exceptions thrown during instrumentation. This is aimed at tracing what was being inspected when exceptions arise from `Mono.Cecil` being presented with a new corner case.

# 8.3.839 (Habu series release 15)
* [BUGFIX] -- Issue #161: Add retry logic to `ContingentCopy` task
Expand Down

0 comments on commit efd8c5e

Please sign in to comment.