CI: added coverage upload to coverall.io, try 1
Dieser Commit ist enthalten in:
Ursprung
e69e11b6d5
Commit
087806328a
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -297,6 +297,14 @@ jobs:
|
||||
working-directory: ${{github.workspace}}/server/build
|
||||
run: make ccov
|
||||
|
||||
- name: "Code coverage: upload to coveralls.io"
|
||||
if: matrix.config.ccov
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
path-to-lcov: ${{github.workspace}}/server/build/ccov/traintastic-server-test.info
|
||||
base-path: ${{github.workspace}}/server
|
||||
|
||||
- name: "Code coverage: upload artifact"
|
||||
if: matrix.config.ccov
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren