Skip to content

Rename ci.yml to test.yml in GitHub Actions config#1751

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/rename-ci-to-test
Apr 1, 2026
Merged

Rename ci.yml to test.yml in GitHub Actions config#1751
nathanjmcdougall merged 2 commits intomainfrom
copilot/rename-ci-to-test

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

Renames the GitHub Actions workflow file from ci.yml to test.yml and updates the workflow name to Test, since the workflow exclusively runs the test suite.

  • Renamed .github/workflows/ci.yml.github/workflows/test.yml
  • Updated name: CIname: Test

No other files reference ci.yml directly. The concurrency group uses ${{ github.workflow }} so it adapts automatically.

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/95c796bf-a75b-47c2-9f42-83f188b99e4f

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Rename ci.yml to test.yml in GitHub Actions config Rename ci.yml to test.yml in GitHub Actions config Apr 1, 2026
Copilot AI requested a review from nathanjmcdougall April 1, 2026 21:23
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review April 1, 2026 21:53
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 1, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing copilot/rename-ci-to-test (9ebb8fd) with main (cb84b07)

Open in CodSpeed

@nathanjmcdougall nathanjmcdougall merged commit 0c72c0a into main Apr 1, 2026
20 checks passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/rename-ci-to-test branch April 1, 2026 22:10
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.

Rename ci.yml to test.yml in GitHub Actions config

2 participants