Skip to content

Fix a new line at beginning of cat command in any sonar #1

Fix a new line at beginning of cat command in any sonar

Fix a new line at beginning of cat command in any sonar #1

# SPDX-FileCopyrightText: Copyright (C) 2025 Fabrício Barros Cabral
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: java-codecov
'on':
push:
branches:
- main
- master
permissions:
contents: read
jobs:
java-codecov:
uses: fabriciofx/github-workflows/.github/workflows/java-codecov-template.yml@main
with:
working-directory: "java/test"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}