Skip to content

Commit

Permalink
trying coveralls.io integration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaxson committed Jan 13, 2022
1 parent 5f844c6 commit 84fff66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
pipenv install -e . --skip-lock
# pipenv uses requirements.txt
test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Running tests and test coverage
run: |
pipenv install coveralls --skip-lock # for coveralls.io -- this can be in Pipfile [dev] instead.
Expand All @@ -32,11 +36,7 @@ jobs:
pipenv run coverage report
pipenv run coverage html
pipenv run coveralls
# set COVERALLS_REPO_TOKEN=<...> in ENVIRONMENT variables in circleci
test:
runs-on: ubuntu-latest
steps:
# set COVERALLS_REPO_TOKEN=<...> in ENVIRONMENT variables in circleci
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.26
if: always()
Expand Down

0 comments on commit 84fff66

Please sign in to comment.