Skip to content

Commit

Permalink
Switch to official GitHub Actions coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Apr 17, 2021
1 parent 3a92cc4 commit 08bdb0c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- run: pip install -e . && pip install -r requirements.txt && pip install coveralls==3.0.1
- run: pip install -e . && pip install -r requirements.txt
- run: make test-coverage
- run: coveralls || true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: make lint
- run: make benchmark
- run: cd website; python build_rules.py
Expand Down

0 comments on commit 08bdb0c

Please sign in to comment.