Skip to content

Commit

Permalink
Rename github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jun 21, 2020
1 parent fc0098b commit f6a2335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
@@ -1,7 +1,7 @@
# 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

name: Python package
name: tests

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Expand Up @@ -2,8 +2,9 @@
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
=================================================================

.. image:: https://github.com/baztian/jaydebeapi/workflows/CI/badge.svg
:target: https://github.com/baztian/jaydebeapi/actions
.. image:: https://github.com/baztian/jaydebeapi/workflows/tests/badge.svg
:target: https://github.com/baztian/jaydebeapi/actions?query=workflow%3Atests
:alt: test status

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

0 comments on commit f6a2335

Please sign in to comment.