Sfoglia il codice sorgente

ci: Fix Codecov configuration

version-14
MitulDavid 3 anni fa
parent
commit
8d48122633
1 ha cambiato i file con 11 aggiunte e 3 eliminazioni
  1. +11
    -3
      codecov.yml

+ 11
- 3
codecov.yml Vedi File

@@ -4,9 +4,17 @@ codecov:
coverage:
status:
project:
default:
default: false
server:
target: auto
threshold: 0.5%
flags:
- server
ui-tests:
target: auto
threshold: 0.5%
flags:
- ui-tests

comment:
layout: "diff, flags"
@@ -15,9 +23,9 @@ comment:
flags:
server:
paths:
- ".*\.py"
- ".*\\.py"
carryforward: true
ui-tests:
paths:
- ".*\.js"
- ".*\\.js"
carryforward: true

Caricamento…
Annulla
Salva