Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 authored Mar 4, 2023
1 parent 8bc4879 commit 77a2bb0
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 @@ -43,7 +43,7 @@ path to the generated coverage file. can be used to send data to coveralls for e

## Example usage
```yaml
uses: b3b00/coverlet-action@1.1.9
uses: b3b00/coverlet-action@1.2.5
with:
testProject: 'myProjectTests/myProjectTests.csproj'
output: 'lcov.info'
Expand All @@ -57,7 +57,7 @@ with:
```yaml
- name : coverlet
uses: b3b00/coverlet-action@1.1.9
uses: b3b00/coverlet-action@1.2.5
with:
testProject: 'myProjectTests/myProjectTests.csproj'
output: 'lcov.info'
Expand Down

0 comments on commit 77a2bb0

Please sign in to comment.