Skip to content

chore(deps): update dependency @biomejs/biome to v2.4.7 (#244) #237

chore(deps): update dependency @biomejs/biome to v2.4.7 (#244)

chore(deps): update dependency @biomejs/biome to v2.4.7 (#244) #237

name: ⚡ Coverage badges generation
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
coverage-badges-generation:
name: 📣 Coverage badges generation
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: 📦 Setup bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
- name: ⎔ Setup node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version-file: ".node-version"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: ./package.json
- name: 📥 Install deps
run: bun install --frozen-lockfile
- name: 🔍 Tests
run: bun run test-ci
- name: 🥁 Generating coverage badges
uses: jpb06/coverage-badges-action@ef388ddcb4354e2d8cf4a629eaf8c7863d90d25c # v1.4.8
with:
badges-icon: vitest
badges-labels-prefix: "Vitest coverage"
commit-message: "chore: updating coverage badges"
commit-user: jpb06
commit-user-email: jpb.06@outlook.com