Skip to content

Bump codecov/codecov-action from 3 to 5 in /workflow-templates #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 workflow-templates/test-go-task.yml
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ jobs:

- name: Send unit tests coverage to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ${{ matrix.module.path }}coverage_unit.txt
flags: ${{ matrix.module.codecov-flags }}

Unchanged files with check annotations Beta

"{{.WORKFLOW_TEMPLATES_PATH}}/test-python-poetry-task.yml" \
"{{.WORKFLOWS_PATH}}"
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-workflows-task/Taskfile.yml

Check warning on line 80 in Taskfile.yml

GitHub Actions / Generate problem matcher output

80:121 [line-length] line too long (131 > 120 characters)

Check warning on line 80 in Taskfile.yml

GitHub Actions / Generate problem matcher output

80:121 [line-length] line too long (131 > 120 characters)
ci:validate:
desc: Validate GitHub Actions workflows against their JSON schema
vars:
-r "{{.PARTIAL_ESLINT_PLUGINS_PATH}}" \
-d "{{.PROJECT_FOLDER}}/{{.DATA_PATH}}"
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-files-task/Taskfile.yml

Check warning on line 429 in Taskfile.yml

GitHub Actions / Generate problem matcher output

429:121 [line-length] line too long (127 > 120 characters)

Check warning on line 429 in Taskfile.yml

GitHub Actions / Generate problem matcher output

429:121 [line-length] line too long (127 > 120 characters)
general:check-filenames:
desc: Check for non-portable filenames
cmds:
echo
echo "Prohibited characters found in filenames"
echo "See:"
echo "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions:~:text=except%20for%20the%20following"

Check warning on line 462 in Taskfile.yml

GitHub Actions / Generate problem matcher output

462:121 [line-length] line too long (142 > 120 characters)

Check warning on line 462 in Taskfile.yml

GitHub Actions / Generate problem matcher output

462:121 [line-length] line too long (142 > 120 characters)
false
}
- |
echo
echo "Reserved filenames found"
echo "See:"
echo "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions:~:text=use%20the%20following-,reserved%20names,-for%20the%20name"

Check warning on line 495 in Taskfile.yml

GitHub Actions / Generate problem matcher output

495:121 [line-length] line too long (169 > 120 characters)

Check warning on line 495 in Taskfile.yml

GitHub Actions / Generate problem matcher output

495:121 [line-length] line too long (169 > 120 characters)
false
}
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-general-formatting-task/Taskfile.yml

Check warning on line 499 in Taskfile.yml

GitHub Actions / Generate problem matcher output

499:121 [line-length] line too long (140 > 120 characters)

Check warning on line 499 in Taskfile.yml

GitHub Actions / Generate problem matcher output

499:121 [line-length] line too long (140 > 120 characters)
general:check-formatting:
desc: Check basic formatting style of all files
cmds:
fi
- ec
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check-task/Taskfile.yml

Check warning on line 510 in Taskfile.yml

GitHub Actions / Generate problem matcher output

510:121 [line-length] line too long (127 > 120 characters)

Check warning on line 510 in Taskfile.yml

GitHub Actions / Generate problem matcher output

510:121 [line-length] line too long (127 > 120 characters)
general:check-spelling:
desc: Check for commonly misspelled words
deps:
cmds:
- poetry run codespell
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-files-task/Taskfile.yml

Check warning on line 518 in Taskfile.yml

GitHub Actions / Generate problem matcher output

518:121 [line-length] line too long (127 > 120 characters)

Check warning on line 518 in Taskfile.yml

GitHub Actions / Generate problem matcher output

518:121 [line-length] line too long (127 > 120 characters)
general:check-symlinks:
desc: Check for bad symlinks
cmds:
false
}
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check-task/Taskfile.yml

Check warning on line 545 in Taskfile.yml

GitHub Actions / Generate problem matcher output

545:121 [line-length] line too long (127 > 120 characters)

Check warning on line 545 in Taskfile.yml

GitHub Actions / Generate problem matcher output

545:121 [line-length] line too long (127 > 120 characters)
general:correct-spelling:
desc: Correct commonly misspelled words where possible
deps:
cmds:
- poetry run codespell --write-changes
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-prettier-formatting-task/Taskfile.yml

Check warning on line 553 in Taskfile.yml

GitHub Actions / Generate problem matcher output

553:121 [line-length] line too long (141 > 120 characters)

Check warning on line 553 in Taskfile.yml

GitHub Actions / Generate problem matcher output

553:121 [line-length] line too long (141 > 120 characters)
general:format-prettier:
desc: Format all supported files with Prettier
deps:
-s "{{.SCHEMA_PATH}}" \
-d "{{.DATA_PATH}}"
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown-task/Taskfile.yml

Check warning on line 638 in Taskfile.yml

GitHub Actions / Generate problem matcher output

638:121 [line-length] line too long (130 > 120 characters)

Check warning on line 638 in Taskfile.yml

GitHub Actions / Generate problem matcher output

638:121 [line-length] line too long (130 > 120 characters)
markdown:check-links:
desc: Check for broken links
vars: