Skip to content

Commit

Permalink
Upload to coveralls.io only if 'push' on 'HazyResearch/fonduer'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Apr 10, 2020
1 parent 62bcbe5 commit 738690c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
# Use 127.0.0.1 instead of localhost (#351)
POSTGRES_HOST: 127.0.0.1
- name: Upload to coveralls.io
if: github.event_name == 'push' && github.repository == 'HazyResearch/fonduer'
run: |
coverage combine
coveralls
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
# libiomp5-dylib-but-found-libiomp5-dylib-already-initial
KMP_DUPLICATE_LIB_OK: true
- name: Upload to coveralls.io
if: github.event_name == 'push' && github.repository == 'HazyResearch/fonduer'
run: |
coverage combine
coveralls
Expand Down

0 comments on commit 738690c

Please sign in to comment.