mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-09 00:09:35 +00:00
add more tests. Push code coverage to codecov
This commit is contained in:
parent
d6283eca43
commit
7d24fcfd4b
15 changed files with 382 additions and 51 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -38,4 +38,7 @@ jobs:
|
|||
run: yarn lint
|
||||
|
||||
- name: Test 🔧
|
||||
run: yarn test
|
||||
run: yarn test -- --coverage
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue