Skip to content

feat(Acce): add code nature 253 #586

feat(Acce): add code nature 253

feat(Acce): add code nature 253 #586

Workflow file for this run

name: CI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: make ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./server/.coverage
name: codecov-server
verbose: true