update master to V7
This commit is contained in:
16
archive/gh-disabled-workflows/coverage.yml
Normal file
16
archive/gh-disabled-workflows/coverage.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Coverage
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Coverage
|
||||
run: |
|
||||
npm ci
|
||||
npm run test-cov
|
||||
exit 0
|
||||
Reference in New Issue
Block a user