From 6fa09e77ef7ca4453e13fbf9340336d05e193426 Mon Sep 17 00:00:00 2001 From: Jan Delgado Date: Sun, 26 Apr 2020 12:39:15 +0200 Subject: [PATCH] fix versions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbc2d06..9fa8582 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Build Status](https://github.com/jandelgado/gcov2lcov-action/workflows/test/badge.svg)](https://github.com/jandelgado/gcov2lcov-action/actions?workflow=test) -Convert golang coverage files to lcov format. Works nicely with the [coverall +Convert golang coverage files to lcov format. Works nicely with the [coveralls github action](https://github.com/marketplace/actions/coveralls-github-action) and -uses [gcov2lcov](https://github.com/jandelgado/gcov2lcov). +uses [gcov2lcov](https://github.com/jandelgado/gcov2lcov) under the hood. ## Inputs @@ -23,7 +23,7 @@ No outputs. ## Example usage ```yaml -uses: jandelgado/gcov2lcov-action@v1.0.1 +uses: jandelgado/gcov2lcov-action@v1.0.2 with: infile: coverage.out outfile: coverage.lcov @@ -47,12 +47,12 @@ with: export PATH=$PATH:$(go env GOPATH)/bin go test -v -covermode=count -coverprofile=coverage.out - name: Convert coverage to lcov - uses: jandelgado/gcov2lcov-action@v1.0.1 + uses: jandelgado/gcov2lcov-action@v1.0.2 with: infile: coverage.out outfile: coverage.lcov - name: Coveralls - uses: coverallsapp/github-action@v1.0.1 + uses: coverallsapp/github-action@v1.0.2 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov @@ -62,7 +62,7 @@ See also [example repository](https://github.com/jandelgado/golang-ci-template-g ## Author -Copyright (C) 2019 Jan Delgado +Copyright (C) 2019-2020 Jan Delgado ## License