Skip to content

Commit

Permalink
Revert "ci: Fake TRAVIS_JOB_ID with github.run_id"
Browse files Browse the repository at this point in the history
This reverts commit 204e2ef.
  • Loading branch information
gjasny committed Dec 27, 2020
1 parent f32ebbd commit 4c04c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -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/.*"

0 comments on commit 4c04c76

Please sign in to comment.