Skip to content

Commit

Permalink
try coveralls hook...?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinKonowalczyk committed Apr 16, 2023
1 parent 985c8b9 commit 2ad2bf5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,19 @@ jobs:
run: bash test.sh -e
if: github.event_name == 'pull_request'

# ON COMMIT ONLY:

- name: Run tests and coverage
run: bash test.sh -e -c
if: github.event_name != 'pull_request'

- name: Push to coveralls
run: |
pip install --upgrade coveralls
coveralls --service=github
if: github.event_name != 'pull_request'
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2

# - name: Push to coveralls
# run: |
# pip install --upgrade coveralls
# coveralls --service=github
# if: github.event_name != 'pull_request'

# ON COMMIT ONLY:

- name: Run performance check
run: python ./perf/perf_ascii_trees.py result.perf && cat result.perf
Expand Down

0 comments on commit 2ad2bf5

Please sign in to comment.