master
parent
3cdc9016a8
commit
fa30746b3a
|
|
@ -45,10 +45,13 @@ jobs:
|
||||||
if: ${{ ! matrix.jython }}
|
if: ${{ ! matrix.jython }}
|
||||||
run: tox
|
run: tox
|
||||||
- name: Coveralls Parallel
|
- 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
|
uses: coverallsapp/github-action@master
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }}
|
# flag-name: run-${{ matrix.python-version }}-${{ matrix.plattform }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
.. image:: https://img.shields.io/travis/baztian/jaydebeapi/master.svg
|
.. image:: https://github.com/baztian/jaydebeapi/workflows/CI/badge.svg
|
||||||
:target: https://travis-ci.org/baztian/jaydebeapi
|
:target: https://github.com/baztian/jaydebeapi/actions
|
||||||
|
|
||||||
.. image:: https://img.shields.io/coveralls/baztian/jaydebeapi/master.svg
|
.. image:: https://img.shields.io/coveralls/baztian/jaydebeapi/master.svg
|
||||||
:target: https://coveralls.io/r/baztian/jaydebeapi
|
:target: https://coveralls.io/r/baztian/jaydebeapi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue