CI: added coverage upload to coverall.io, try 1

Dieser Commit ist enthalten in:
Reinder Feenstra 2021-09-12 13:50:26 +02:00 committet von GitHub
Ursprung e69e11b6d5
Commit 087806328a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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