Skip to content

Use uv sync to set up dependencies in ci.yaml#876

Merged
nathanjmcdougall merged 4 commits intomainfrom
revert-875-revert-874-252-revisit-the-hacky-requirementstxt-approach-in-ciyml2
Oct 10, 2025
Merged

Use uv sync to set up dependencies in ci.yaml#876
nathanjmcdougall merged 4 commits intomainfrom
revert-875-revert-874-252-revisit-the-hacky-requirementstxt-approach-in-ciyml2

Conversation

@nathanjmcdougall
Copy link
Copy Markdown
Collaborator

Closes #252

Reverts #875

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Jul 21, 2025

CodSpeed Performance Report

Merging #876 will not alter performance

Comparing revert-875-revert-874-252-revisit-the-hacky-requirementstxt-approach-in-ciyml2 (eac0fcb) with main (aca1baf)

Summary

✅ 2 untouched

@nathanjmcdougall
Copy link
Copy Markdown
Collaborator Author

Getting same issue as codecov/codecov-action#1712 (comment) I think

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review October 10, 2025 01:26
Copy link
Copy Markdown
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 modernizes the CI workflow by switching from uv export + uv pip install to the newer uv sync command for dependency management, while also updating coverage configuration and Codecov actions.

  • Replaces manual dependency export/install with uv sync command
  • Updates coverage configuration to exclude */_temp/* directories
  • Updates Codecov actions to newer versions with improved error handling

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/ci.yml Modernizes dependency setup using uv sync, updates pytest execution to use uv run, and upgrades Codecov actions
pyproject.toml Adds */_temp/* to coverage omit patterns for both run and report sections

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@nathanjmcdougall nathanjmcdougall linked an issue Oct 10, 2025 that may be closed by this pull request
@nathanjmcdougall nathanjmcdougall merged commit 157caf6 into main Oct 10, 2025
23 checks passed
@nathanjmcdougall nathanjmcdougall deleted the revert-875-revert-874-252-revisit-the-hacky-requirementstxt-approach-in-ciyml2 branch October 10, 2025 01:27
@nathanjmcdougall nathanjmcdougall linked an issue Dec 22, 2025 that may be closed by this pull request
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.

Fail CI if coverage reports fail to generate Don't use setup-python in ci.yml Revisit the hacky requirements.txt approach in ci.yml

2 participants