mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
CI: Migrate to coveralls.
This commit is contained in:
parent
536b47e4a3
commit
4b2bc57e25
2 changed files with 5 additions and 27 deletions
30
.github/workflows/test.yml
vendored
30
.github/workflows/test.yml
vendored
|
|
@ -50,31 +50,9 @@ jobs:
|
|||
- name: Generate coverage report
|
||||
run: |
|
||||
make cover TIMEOUT=120s
|
||||
echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
|
||||
|
||||
- name: Convert coverage to lcov
|
||||
uses: jandelgado/gcov2lcov-action@v1.1.1
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
infile: cover.out
|
||||
outfile: cover.lcov
|
||||
|
||||
- name: Coveralls Parallel
|
||||
uses: coverallsapp/github-action@v2.3.6
|
||||
env:
|
||||
COVERALLS_FLAG_NAME: run-${{ matrix.go-version }}
|
||||
with:
|
||||
path-to-lcov: cover.lcov
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel: true
|
||||
|
||||
finish:
|
||||
permissions:
|
||||
contents: none
|
||||
needs: go
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: coverallsapp/github-action@v2.3.6
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel-finished: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./cover.out
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Spreed standalone signaling server
|
||||
|
||||

|
||||
[](https://coveralls.io/github/strukturag/nextcloud-spreed-signaling?branch=master)
|
||||
[](https://codecov.io/gh/strukturag/nextcloud-spreed-signaling)
|
||||
[](https://nextcloud-spreed-signaling.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://goreportcard.com/report/github.com/strukturag/nextcloud-spreed-signaling)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue