Skip to content

Commit

Permalink
Drop coveralls support because of coverallsapp/github-action#30
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jun 19, 2020
1 parent 6b42342 commit e660da8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,10 @@ jobs:
JYTHON: ${{ matrix.jython }}
- name: Install dependencies
# for some reason installing from https://github.com/baztian/tox-gh-actions/archive/allow-env-override.tar.gz doesn't work
run: pip install coveralls tox git+https://github.com/baztian/tox-gh-actions.git@allow-env-override
run: pip install tox git+https://github.com/baztian/tox-gh-actions.git@allow-env-override
- name: Test with tox for Jython only
if: matrix.jython
run: tox -e "${{ matrix.toxenv }}"
- name: Test with tox for non Jython only
if: ${{ ! matrix.jython }}
run: tox
- name: Coveralls Parallel
env:
# required due to https://github.com/coverallsapp/github-action/issues/50
COVERALLS_FLAG_NAME: run-${{ matrix.python-version }}-${{ matrix.plattform }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: .coverage
# flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }}
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
.. image:: https://github.com/baztian/jaydebeapi/workflows/CI/badge.svg
:target: https://github.com/baztian/jaydebeapi/actions

.. image:: https://img.shields.io/coveralls/baztian/jaydebeapi/master.svg
:target: https://coveralls.io/r/baztian/jaydebeapi

.. image:: https://img.shields.io/badge/python-2.7,_3.5,_3.6-blue.svg
:target: https://pypi.python.org/pypi/JayDeBeApi/

Expand Down

0 comments on commit e660da8

Please sign in to comment.