mirror of
https://github.com/streamlink/streamlink
synced 2024-11-01 01:19:33 +01:00
625908a5a3
- pytest not coverage - fixed not working linux upload - pip install -e . or it won't work - don't run tests twice in travis - don't ignore init files - codecov target to 30
20 lines
285 B
YAML
20 lines
285 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: true
|
|
comment:
|
|
behavior: default
|
|
layout: header, diff
|
|
require_changes: false
|
|
coverage:
|
|
precision: 2
|
|
range:
|
|
- 50.0
|
|
- 100.0
|
|
round: down
|
|
status:
|
|
changes: false
|
|
patch: false
|
|
project:
|
|
default:
|
|
target: 30
|