Skip to content

Lightweight APIs to analyze Java projects just with it's Symbol Table #7

Lightweight APIs to analyze Java projects just with it's Symbol Table

Lightweight APIs to analyze Java projects just with it's Symbol Table #7

Workflow file for this run

name: Test and Coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run tests with coverage
run: bun run test:withCoverage
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2