Skip to content

adding codecov badge for coverage report #37

adding codecov badge for coverage report

adding codecov badge for coverage report #37

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
quality:
name: Check
uses: postech-5soat-grupo-25/tech-challenge-templates/.github/workflows/code-quality.yml@main
secrets:
sonarcloud_token: ${{ secrets.SONARCLOUD_TOKEN }}