File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 21
21
uses : ./
22
22
with :
23
23
working-directory : testdata
24
- version : v1.0.4
24
+ version : v1.0.6
25
25
- name : Diff
26
26
run : diff -y coverage_expected.lcov coverage.lcov
27
27
working-directory : testdata
Original file line number Diff line number Diff line change 1
1
# gcov2lcov-action
2
2
3
3
[ ![ 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
+ <h2 >NOTE</h2 >
6
+ <b >
7
+ The <a href =" https://github.com/coverallsapp/github-action " >coverallsapp-action</a >
8
+ now supports the golang coverage format out of the box. You probably won't need
9
+ this action anymore. Example:
10
+ </b >
11
+
12
+ ``` yaml
13
+ - name : Coveralls
14
+ uses :
coverallsapp/[email protected]
15
+ with :
16
+ github-token : ${{ secrets.github_token }}
17
+ file : coverage.out
18
+ format : golang
19
+ ` ` `
20
+ </td></tr></table>
21
+
22
+ ## What
4
23
5
24
Convert golang coverage files to lcov format. Works nicely with the [coveralls
6
25
github action](https://github.com/marketplace/actions/coveralls-github-action) and
You can’t perform that action at this time.
0 commit comments