Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…olkit'

Merges #31
Closes #31
  • Loading branch information
sduenas committed Jan 12, 2021
2 parents 60e5872 + fde6c1a commit 5bf8fc8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: [push, pull_request]

jobs:
build:
tests:

runs-on: ubuntu-latest
strategy:
Expand All @@ -27,7 +27,6 @@ jobs:
pip install -r "requirements.txt"
pip install -r "requirements_tests.txt"
pip install flake8 coveralls
pip install --upgrade wheel
- name: Install
run: ./setup.py install
Expand All @@ -36,10 +35,12 @@ jobs:
run: |
flake8 .
- name: Tests and coverage
- name: Tests and Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd tests
coverage run --source=grimoirelab_toolkit run_tests.py
- name: Coveralls report
run: coveralls
# --service=github is a workaround for bug
# https://github.com/coveralls-clients/coveralls-python/issues/251
coveralls --service=github

0 comments on commit 5bf8fc8

Please sign in to comment.