mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +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
|
name: Tests
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: 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