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:
parent
bca9104147
commit
0103e60e32
@ -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() }}
|
@ -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)
|
||||
|
||||
|
@ -2,4 +2,3 @@
|
||||
|
||||
lxml
|
||||
coverage
|
||||
codecov
|
||||
|
Loading…
Reference in New Issue
Block a user