Skip to content

ci: nova versao do pacote #65

ci: nova versao do pacote

ci: nova versao do pacote #65

Workflow file for this run

name: 🚀 Test Coverage to SonarCloud
on:
workflow_call:
push:
branches:
- main
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Test and Coverage
run: bun run test
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{secrets.SONARCLOUD_TOKEN}}