Skip to content

Commit

Permalink
Merge d1e089f into 0558b85
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code authored Jan 25, 2021
2 parents 0558b85 + d1e089f commit 669b79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!gh-pages' # excludes gh-pages

pull_request:
jobs:
Tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload Coverage
run: |
pip3 install coveralls
coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Finished
run: |
pip3 install coveralls
coveralls --finish
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Python_Package:
Expand Down

0 comments on commit 669b79b

Please sign in to comment.