Skip to content

chore(deps-dev): bump @babel/traverse from 7.20.12 to 7.23.2 (#39) #18

chore(deps-dev): bump @babel/traverse from 7.20.12 to 7.23.2 (#39)

chore(deps-dev): bump @babel/traverse from 7.20.12 to 7.23.2 (#39) #18

Workflow file for this run

name: Codecov
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: Test drupal-jsonapi-params
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install requirements
run: npm install
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v2