mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 00:46:18 +00:00
CI tweaks
This commit is contained in:
parent
a02ece78ef
commit
09802aedaf
18
.github/workflows/tests.yaml
vendored
18
.github/workflows/tests.yaml
vendored
@ -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
4
codecov.yml
Normal file
@ -0,0 +1,4 @@
|
||||
coverage:
|
||||
status:
|
||||
project: off
|
||||
patch: off
|
Loading…
Reference in New Issue
Block a user