Skip to content

Commit

Permalink
update cpp-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 16, 2020
1 parent 88ec9a9 commit 3ded027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
gcov source/runtest/CMakeFiles/runtest.dir/runtest.cpp.gcda
gcovr --root=../source/ .
cd ../
export TRAVIS_JOB_ID=${{ github.run_id }}
export TRAVIS_JOB_ID=${{ github.run_number }}
coveralls --repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} -y .coveralls.yml --gcov-options '\-lp'

0 comments on commit 3ded027

Please sign in to comment.