Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage-badges-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
cache-dependency-path: ./package.json

- name: 📥 Install deps
run: bun install --frozen-lockfile

Check warning on line 34 in .github/workflows/coverage-badges-generation.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" can lead to the execution of shell scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=jpb06_effect-octokit-layer&issues=AZ3juZ-JowgOU9yV-gVv&open=AZ3juZ-JowgOU9yV-gVv&pullRequest=270

- name: 🔍 Tests
run: bun run test-ci

- name: 🥁 Generating coverage badges
uses: jpb06/coverage-badges-action@85dba5a1dd89f23d1408dfc99a971ae5f2e04356 # v1.4.10
uses: jpb06/coverage-badges-action@6bebba3f008cb03c2be0ff9b148c663df30cde4b # v1.4.11
with:
badges-icon: vitest
badges-labels-prefix: "Vitest coverage"
Expand Down