Skip to content

Commit

Permalink
add deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 19, 2024
1 parent 3d92c79 commit ee35585
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# 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>
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:

```yaml
- name: Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.github_token }}
file: coverage.out
format: golang
```
</td></tr></table>
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 ee35585

Please sign in to comment.