Skip to content

Commit

Permalink
Merge pull request #80 from POptUS/docs/coverage
Browse files Browse the repository at this point in the history
A test branch for coveralls
  • Loading branch information
jmlarson1 committed Jun 27, 2023
2 parents da76012 + 2a3b7a5 commit 131bf20
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: IBCDFO-CI
on:
pull_request:
types:
- ready_for_review
- opened
- reopened
- synchronize
on: ["push", "pull_request"]
jobs:
test-ibcdfo:
if: '! github.event.pull_request.draft'
Expand Down Expand Up @@ -69,5 +63,6 @@ jobs:
mv pounders/py/tests/*/.cov_tomerge* .
coverage combine .cov_tomerge*
coverage html --directory=cov_merge
pip3 install --upgrade coveralls
coveralls --service=github
coveralls --finish

0 comments on commit 131bf20

Please sign in to comment.