mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-18 17:18:16 +02:00
try again
This commit is contained in:
parent
2025046906
commit
f9d49cce4b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
run: make cover
|
run: make cover
|
||||||
|
|
||||||
- uses: jandelgado/gcov2lcov-action@c680c0f7c7442485f1749eb2a13e54a686e76eb5
|
- uses: jandelgado/gcov2lcov-action@c680c0f7c7442485f1749eb2a13e54a686e76eb5
|
||||||
if: ${{ matrix.platform }} == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
name: convert coverage to lcov
|
name: convert coverage to lcov
|
||||||
with:
|
with:
|
||||||
infile: coverage.txt
|
infile: coverage.txt
|
||||||
|
@ -93,7 +93,7 @@ jobs:
|
||||||
|
|
||||||
- name: upload to coveralls
|
- name: upload to coveralls
|
||||||
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
|
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
|
||||||
if: ${{ matrix.platform }} == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path-to-lcov: coverage.lcov
|
path-to-lcov: coverage.lcov
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue