1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 00:46:18 +00:00

Tweaking test workflow

This commit is contained in:
Alban Féron 2020-11-22 15:17:05 +01:00
parent bca9104147
commit 0103e60e32
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Inspired by python-package
name: Package
name: Tests
on:
- push
- pull_request
@ -15,6 +15,7 @@ jobs:
- 3.6
- 3.7
- 3.8
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
@ -32,4 +33,4 @@ jobs:
coverage run -a setup.py test --test-suite tests.with_net
- name: Upload coverage
uses: codecov/codecov-action@v1.0.15
if: ${{ always() }}
if: ${{ !cancelled() }}

View File

@ -2,7 +2,7 @@
_Supysonic_ is a Python implementation of the [Subsonic][] server API.
![Build Status](https://github.com/spl0k/supysonic/workflows/Package/badge.svg)
![Build Status](https://github.com/spl0k/supysonic/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic)
![Python](https://img.shields.io/badge/python-3.5%2C%203.6%2C%203.7%2C%203.8-blue.svg)

View File

@ -2,4 +2,3 @@
lxml
coverage
codecov