Skip to content

Commit

Permalink
ci: do not fail CI if coveralls step fails (#1655)
Browse files Browse the repository at this point in the history
* ci: do not fail CI if coveralls step fails

* revert yarn.lock changes
  • Loading branch information
a-b-r-o-w-n committed Nov 25, 2019
1 parent 49b4997 commit b2faf6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
working-directory: Composer
- name: Coveralls
uses: coverallsapp/github-action@master
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Composer/coverage/lcov.info
Expand Down

0 comments on commit b2faf6a

Please sign in to comment.