Skip to content

Commit

Permalink
Fix the username used for the action in the examples of the README.md (
Browse files Browse the repository at this point in the history
…#3)

Signed-off-by: Daniele Albano <[email protected]>
  • Loading branch information
danielealbano authored Oct 15, 2021
1 parent 58f7c33 commit 0ee7e89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@ No outputs.

gcov 7 (version 7.5.0)
```yaml
uses: daalbano/lcov-action@v1
uses: danielealbano/lcov-action@v1
with:
gcov_tool: /usr/bin/gcov-7
```
gcov 8 (version 8.4.0)
```yaml
uses: daalbano/lcov-action@v1
uses: danielealbano/lcov-action@v1
with:
gcov_tool: /usr/bin/gcov-8
```
gcov 9 (version 9.3.0) - default
```yaml
uses: daalbano/lcov-action@v1
uses: danielealbano/lcov-action@v1
```
Remove the 3rdparties and benchmarks subfolder (and any path that would contain these two) from the code coverage
```yaml
uses: daalbano/lcov-action@v1
uses: danielealbano/lcov-action@v1
with:
remove_patterns: 3rdparties,benchmarks
```
Expand Down

0 comments on commit 0ee7e89

Please sign in to comment.