Update build.yaml
This commit is contained in:
parent
382782c551
commit
0a19f9ee4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test-race
|
make test-race
|
||||||
- name: Convert coverage.out to coverage.lcov
|
- name: Convert coverage.out to coverage.lcov
|
||||||
uses: jandelgado/gcov2lcov-action@v1.0.8
|
uses: jandelgado/gcov2lcov-action@v1.0.9
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@1.1.3
|
uses: coverallsapp/github-action@1.1.3
|
||||||
|
|
Loading…
Reference in a new issue