Skip to content

Commit

Permalink
Move COVERALLS_REPO_TOKEN in context
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 8, 2020
1 parent bc2f4a1 commit 8447d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI
on: [push, pull_request]
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -26,4 +24,6 @@ jobs:
${{ runner.os }}-pip-
- run: pip install .[docs,test]
- run: pytest --cov jscc --vcr-record=none
- run: coveralls
- env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls

0 comments on commit 8447d7c

Please sign in to comment.