Rename github action workflow
parent
fc0098beb7
commit
f6a233559b
|
|
@ -1,7 +1,7 @@
|
||||||
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||||
|
|
||||||
name: Python package
|
name: tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -2,8 +2,9 @@
|
||||||
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
.. image:: https://github.com/baztian/jaydebeapi/workflows/CI/badge.svg
|
.. image:: https://github.com/baztian/jaydebeapi/workflows/tests/badge.svg
|
||||||
:target: https://github.com/baztian/jaydebeapi/actions
|
:target: https://github.com/baztian/jaydebeapi/actions?query=workflow%3Atests
|
||||||
|
:alt: test status
|
||||||
|
|
||||||
.. 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