master
parent
3cdc9016a8
commit
fa30746b3a
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue