diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a23444cb..0c40e95f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -57,6 +57,5 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_GIT_BRANCH: "${{ github.ref }}" TRAVIS_BRANCH: "${{ github.ref }}" - TRAVIS_JOB_ID: "${{ github.run_id }}" working-directory: "${{ github.workspace }}/_build" run: ~/.local/bin/coveralls --root .. --build-root . --gcov-options '\-lp' -E ".*/3rdparty/.*" -E ".*/_.*" -E ".*/tests/.*" -E ".*/benchmarks/.*" -E "./CMake.*CompilerId.c" -E ".*/cmake/.*"