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

CI tweaks

This commit is contained in:
Alban Féron 2021-12-04 15:51:54 +01:00
parent a02ece78ef
commit 09802aedaf
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
2 changed files with 20 additions and 2 deletions

View File

@ -2,8 +2,22 @@
name: Tests
on:
- push
- pull_request
push:
paths:
- supysonic/**
- tests/**
- ci-requirements.txt
- pyproject.toml
- setup.cfg
- setup.py
pull_request:
paths:
- supysonic/**
- tests/**
- ci-requirements.txt
- pyproject.toml
- setup.cfg
- setup.py
jobs:
build:
name: Build

4
codecov.yml Normal file
View File

@ -0,0 +1,4 @@
coverage:
status:
project: off
patch: off