mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-03 00:48:16 +08:00
update
This commit is contained in:
24
node_modules/chance/.github/workflows/coverage.yml
generated
vendored
Normal file
24
node_modules/chance/.github/workflows/coverage.yml
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Code Coverage
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js 10.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 10.x
|
||||
- name: install and coverage
|
||||
run: |
|
||||
yarn
|
||||
yarn coverage
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
Reference in New Issue
Block a user