switch badge to github action - rename the action workflow
This commit is contained in:
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
||||||
# 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 application
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@ -6,9 +6,7 @@
|
|||||||
<a href="https://pypi.org/project/ormar">
|
<a href="https://pypi.org/project/ormar">
|
||||||
<img src="https://img.shields.io/pypi/pyversions/ormar.svg" alt="Pypi version">
|
<img src="https://img.shields.io/pypi/pyversions/ormar.svg" alt="Pypi version">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://travis-ci.com/collerek/ormar">
|
<img src="https://github.com/collerek/ormar/workflows/build/badge.svg" alt="Build Status">
|
||||||
<img src="https://travis-ci.com/collerek/ormar.svg?branch=master" alt="Build Status">
|
|
||||||
</a>
|
|
||||||
<a href="https://codecov.io/gh/collerek/ormar">
|
<a href="https://codecov.io/gh/collerek/ormar">
|
||||||
<img src="https://codecov.io/gh/collerek/ormar/branch/master/graph/badge.svg" alt="Coverage">
|
<img src="https://codecov.io/gh/collerek/ormar/branch/master/graph/badge.svg" alt="Coverage">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -6,9 +6,7 @@
|
|||||||
<a href="https://pypi.org/project/ormar">
|
<a href="https://pypi.org/project/ormar">
|
||||||
<img src="https://img.shields.io/pypi/pyversions/ormar.svg" alt="Pypi version">
|
<img src="https://img.shields.io/pypi/pyversions/ormar.svg" alt="Pypi version">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://travis-ci.com/collerek/ormar">
|
<img src="https://github.com/collerek/ormar/workflows/build/badge.svg" alt="Build Status">
|
||||||
<img src="https://travis-ci.com/collerek/ormar.svg?branch=master" alt="Build Status">
|
|
||||||
</a>
|
|
||||||
<a href="https://codecov.io/gh/collerek/ormar">
|
<a href="https://codecov.io/gh/collerek/ormar">
|
||||||
<img src="https://codecov.io/gh/collerek/ormar/branch/master/graph/badge.svg" alt="Coverage">
|
<img src="https://codecov.io/gh/collerek/ormar/branch/master/graph/badge.svg" alt="Coverage">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user