Skip to content

test: add file-import tests — parseSkillFile, parseNoteDir/TaskDir/Sk… #83

test: add file-import tests — parseSkillFile, parseNoteDir/TaskDir/Sk…

test: add file-import tests — parseSkillFile, parseNoteDir/TaskDir/Sk… #83

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- name: Build server
run: npm run build:server
- name: Run tests
run: npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/lcov.info