mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-02-18 13:27:38 +00:00
Add codecov support
This commit is contained in:
parent
f0db1b1ea2
commit
27edfda0b5
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -30,4 +30,7 @@ jobs:
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Run jest
|
||||
run: npx jest --coverage=false
|
||||
run: npx jest
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
|
10
codecov.yml
Normal file
10
codecov.yml
Normal file
@ -0,0 +1,10 @@
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 1%
|
||||
if_not_found: success # no commit found? still set a success
|
||||
patch:
|
||||
default:
|
||||
threshold: 1%
|
||||
if_not_found: success
|
Loading…
x
Reference in New Issue
Block a user