Skip to content

removes xml mappers and references within openapi #27

removes xml mappers and references within openapi

removes xml mappers and references within openapi #27

Workflow file for this run

name: Tests
on: [workflow_dispatch, pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_V8_COVERAGE: coverage
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
check-latest: true
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm test
- run: npx c8 report -r lcov
- uses: coverallsapp/github-action@v2
- uses: actions/upload-artifact@v3
with:
name: code-coverage
path: ${{ env.NODE_V8_COVERAGE }}/lcov-report