diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 7fd6d20..685b609 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -45,10 +45,13 @@ jobs: 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 }} - flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }} + # flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }} parallel: true finish: diff --git a/README.rst b/README.rst index 56d0eb7..ce7da21 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ JayDeBeApi - bridge from JDBC database drivers to Python DB-API ================================================================= -.. image:: https://img.shields.io/travis/baztian/jaydebeapi/master.svg - :target: https://travis-ci.org/baztian/jaydebeapi +.. 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