Skip to content

Commit

Permalink
Add additional environment variables for Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Jan 9, 2021
1 parent bb2eb9d commit 1426d70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ jobs:
env:
TESTOPTS: --verbose
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CI_NAME: github-actions
CI_BUILD_NUMBER: ${{ github.run_number }}
CI_JOB_ID: ${{ matrix.os }}-${{ matrix.ruby }}
CI_BUILD_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
COVERALLS_DEBUG: true

0 comments on commit 1426d70

Please sign in to comment.