Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 27, 2021
1 parent 779ba45 commit 3730c3c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ master ]

jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -50,11 +50,9 @@ jobs:
run: |
export ${{ matrix.env }}
pytest -v geoopt tests --durations=0 --doctest-modules ${COVERAGE}
- name: Coverage
shell: bash -l {0}
run: |
export ${{ matrix.env }}
if [[ $COVERAGE ]]; then coveralls; fi
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2

0 comments on commit 3730c3c

Please sign in to comment.