Conversation
… stub files Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com>
|
@copilot the docs build continues to fail. check the logs from the CI/CD |
Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com>
The new failure was due to stdlib compat entries in Fixed in 44de308 by relaxing both to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot update the actions versions to re-enable the coverage reports |
…julia v1→v2 Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com>
Updated all GitHub Actions versions in 364d932:
Versions aligned with InfrastructureSystems.jl. |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Thanks for opening a PR to PowerFlowFileParser.jl, please take note of the following when making a PR:
Check the contributor guidelines
Documentation CI was failing due to multiple configuration issues: a UUID mismatch between root and docs project files, Julia version incompatibility, stdlib compat entries incompatible with the stated Julia requirement, and missing source files. Additionally, coverage reports were broken due to outdated GitHub Actions versions.
Changes:
docs/Project.toml: Fixed UUID from...b02a...to...b02e...to match rootProject.toml; updated Julia compat from^1.6to^1.10.github/workflows/docs.yml: Updated Julia version from1.6to1.10(package requires^1.10); updatedactions/checkoutv2 → v4,julia-actions/setup-juliav1 → v2Project.toml: Fixed stdlib compat entries —LinearAlgebrafrom"1.12.0"to"1"andUnicodefrom"1.11.0"to"1". These stdlibs track the Julia version, so the previous bounds required Julia 1.12+/1.11+ respectively, contradicting thejulia = "^1.10"compat.docs/src/how_to_guides/stub.md,docs/src/reference/stub.md: Created missing placeholder pages referenced bydocs/make.jl.github/workflows/main-tests.yml,.github/workflows/pr_testing.yml: Updatedactions/checkoutv2 → v4 andcodecov/codecov-actionv1 → v4 to re-enable coverage reports.github/workflows/format-check.yml: Updatedactions/checkoutv2 → v4.github/workflows/cross-package-test.yml: Updatedactions/checkoutv2 → v4 andjulia-actions/setup-juliav1 → v2💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.