Skip to content

Commit 0d954a5

Browse files
committed
update to 1.0.4
1 parent 68fec97 commit 0d954a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ No outputs.
2323
## Example usage
2424

2525
```yaml
26-
uses: jandelgado/[email protected].3
26+
uses: jandelgado/[email protected].4
2727
with:
2828
infile: coverage.out
2929
outfile: coverage.lcov
@@ -39,20 +39,20 @@ with:
3939
if: success()
4040
uses: actions/setup-go@v1
4141
with:
42-
go-version: 1.13.x
42+
go-version: 1.15.x
4343
- name: Checkout code
4444
uses: actions/checkout@v1
4545
- name: Calc coverage
4646
run: |
4747
export PATH=$PATH:$(go env GOPATH)/bin
4848
go test -v -covermode=count -coverprofile=coverage.out
4949
- name: Convert coverage to lcov
50-
uses: jandelgado/[email protected].3
50+
uses: jandelgado/[email protected].4
5151
with:
5252
infile: coverage.out
5353
outfile: coverage.lcov
5454
- name: Coveralls
55-
uses: coverallsapp/[email protected].3
55+
uses: coverallsapp/[email protected].4
5656
with:
5757
github-token: ${{ secrets.github_token }}
5858
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)