Skip to content

Commit

Permalink
test with release 1.0.6 (#15)
Browse files Browse the repository at this point in the history
* test release 1.0.6
* add deprecation
  • Loading branch information
jandelgado authored Aug 19, 2024
1 parent c680c0f commit 9a62e29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./
with:
working-directory: testdata
version: v1.0.4
version: v1.0.6
- name: Diff
run: diff -y coverage_expected.lcov coverage.lcov
working-directory: testdata
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# gcov2lcov-action

[![Build Status](https://github.com/jandelgado/gcov2lcov-action/workflows/test/badge.svg)](https://github.com/jandelgado/gcov2lcov-action/actions?workflow=test)
<table><tr><td>
<h2>NOTE</h2>
<b>
The <a href="https://github.com/coverallsapp/github-action">coverallsapp-action</a>
now supports the golang coverage format out of the box. You probably won't need
this action anymore. Example:
</b>

```yaml
- name: Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.github_token }}
file: coverage.out
format: golang
```
</td></tr></table>
## What
Convert golang coverage files to lcov format. Works nicely with the [coveralls
github action](https://github.com/marketplace/actions/coveralls-github-action) and
Expand Down

0 comments on commit 9a62e29

Please sign in to comment.