Skip to content

[react-native] Refactor "QuilttConnector" for better visibility #74

[react-native] Refactor "QuilttConnector" for better visibility

[react-native] Refactor "QuilttConnector" for better visibility #74

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Build packages
run: pnpm run build
- name: Collect code coverage and upload to CodeClimate
uses: paambaati/codeclimate-action@v5
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: pnpm run coverage
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov