Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Mar 2, 2023
1 parent 6672d5c commit 93e8cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
When running `dotnet test`, you can customize the logger's behavior by passing additional options:

```sh
dotnet test --logger "GitHubActions;annotations.titleFormat=$test;annotations.messageFormat=$error"
$ dotnet test --logger "GitHubActions;annotations.titleFormat=$test;annotations.messageFormat=$error"
```

#### Custom annotation title
Expand Down Expand Up @@ -110,4 +110,4 @@ Supports the same replacement tokens as [`annotations.titleFormat`](#custom-anno
**Examples**:

- `$error` → `AssertionException: Expected 'true' but found 'false'`
- `$error\n$trace` → `AssertionException: Expected 'true' but found 'false'`, followed by stacktrace on the next line
- `$error\n$trace` → `AssertionException: Expected 'true' but found 'false'`, followed by stacktrace on the next line

0 comments on commit 93e8cca

Please sign in to comment.