Skip to content

Bump @babel/traverse from 7.21.3 to 7.24.1 in /SampleApp/javascript #1053

Bump @babel/traverse from 7.21.3 to 7.24.1 in /SampleApp/javascript

Bump @babel/traverse from 7.21.3 to 7.24.1 in /SampleApp/javascript #1053

name: Test & Publish code coverage
on:
push:
branches:
- "master"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: yarn coverage
debug: true