File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
522Convert golang coverage files to lcov format. Works nicely with the [coveralls
623github action](https://github.com/marketplace/actions/coveralls-github-action) and
You can’t perform that action at this time.
0 commit comments