We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f27489 commit 60cb5bdCopy full SHA for 60cb5bd
.github/workflows/test_and_build.yml
@@ -25,13 +25,13 @@ jobs:
25
if: success()
26
uses: actions/setup-go@v1
27
with:
28
- go-version: 1.13.x
+ go-version: 1.15.x
29
- name: Checkout code
30
uses: actions/checkout@v1
31
- name: Run tests
32
run: make test
33
- name: Convert coverage to lcov
34
- uses: jandelgado/gcov2lcov-action@v1.0.2
+ uses: jandelgado/gcov2lcov-action@v1.0.3
35
36
infile: coverage.out
37
outfile: coverage.lcov
@@ -48,7 +48,7 @@ jobs:
48
- name: Install Go
49
50
51
52
53
54
- name: build
@@ -74,5 +74,4 @@ jobs:
74
name: bin
75
- name: Run test
76
run: |
77
- chmod 755 bin/gcov2lcov
78
make inttest
0 commit comments