Skip to content

Conversation

@blva
Copy link
Collaborator

@blva blva commented Oct 31, 2025

Proposed changes

  • add local atlas tests to forks

Checklist

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 18973747521

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 79.99%

Totals Coverage Status
Change from base Build 18973742580: 0.02%
Covered Lines: 6474
Relevant Lines: 7957

💛 - Coveralls

@blva blva marked this pull request as ready for review October 31, 2025 14:24
@blva blva requested a review from a team as a code owner October 31, 2025 14:24
Copilot AI review requested due to automatic review settings October 31, 2025 14:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables Atlas Local tests to run on forked repositories, specifically for Dependabot pull requests. The change allows better test coverage for dependency updates from external contributors.

Key changes:

  • Added a new GitHub Actions job to run Atlas Local integration tests on forks when triggered by Dependabot

path: coverage/lcov.info
run-atlas-local-tests:
name: Run Atlas Local tests
if: github.event.pull_request.user.login == 'dependabot[bot]'
Copy link

Copilot AI Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The job only runs for Dependabot PRs, but the workflow is named 'code-health-fork' suggesting it should run for all fork PRs. Consider removing this condition to allow all fork contributors to run these tests, or add a comment explaining why this is restricted to Dependabot only.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants