Skip to content

Commit

Permalink
add coveralls token placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Aug 21, 2020
1 parent f969663 commit 9027987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
coverage run --source cloudside check_cloudside.py --doctest-modules --cov-report=xml
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}


0 comments on commit 9027987

Please sign in to comment.