Skip to content

chore(deps): update dependency turbo to ^2.2.1 (#187) #171

chore(deps): update dependency turbo to ^2.2.1 (#187)

chore(deps): update dependency turbo to ^2.2.1 (#187) #171

Workflow file for this run

name: 'Coverage'
on:
workflow_dispatch:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
env:
COVERAGE: true
- name: coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
COVERAGE: true
with:
coverageCommand: pnpm run -r --parallel --aggregate-output test
coverageLocations: |
${{github.workspace}}/packages/aria-voyager/coverage/lcov.info:lcov
${{github.workspace}}/packages/ember-aria-voyager/test-app/coverage/lcov.info:lcov