compose-action/.github/workflows/__check-nodejs.yml
Emilien Escalle f1193bc509 ci: enable codecov for test coverage
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-11-22 21:38:39 +01:00

21 lines
442 B
YAML

name: Internal - Checks for nodejs
on:
workflow_call:
permissions: {}
jobs:
test-nodejs:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
permissions:
contents: read
id-token: write
packages: read
pull-requests: write
security-events: write
with:
build: ""
test: |
{"coverage":"codecov"}