Skip to content

Commit fa12613

Browse files
committed
add deprecation
1 parent 3d92c79 commit fa12613

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# gcov2lcov-action
22

33
[![Build Status](https://github.com/jandelgado/gcov2lcov-action/workflows/test/badge.svg)](https://github.com/jandelgado/gcov2lcov-action/actions?workflow=test)
4+
<table><tr><td>
5+
<b>NOTE<b><br/>
6+
The <a href="https://github.com/coverallsapp/github-action">coverallsapp-action</a>
7+
now supports the golang coverage format out of the box. You probably won't need
8+
this action anymore. Example:
9+
10+
```yaml
11+
- name: Coveralls
12+
uses: coverallsapp/[email protected]
13+
with:
14+
github-token: ${{ secrets.github_token }}
15+
file: coverage.out
16+
format: golang
17+
```
18+
</td></tr></table>
19+
20+
## What
421
522
Convert golang coverage files to lcov format. Works nicely with the [coveralls
623
github action](https://github.com/marketplace/actions/coveralls-github-action) and

0 commit comments

Comments
 (0)