Skip to content

Conversation

@ptsOSL
Copy link
Collaborator

@ptsOSL ptsOSL commented Oct 13, 2025

Adopt version 4.3.0 of copier template

I also did all of the ruff suggested linting and formatting changes which included:

  • Adding ignore comments to our custom exceptions as their names do not comply with the standard ending in Error
  • Renamed unit tests so they are all lower case
  • Removing redundant set() and list() calls and using literals instead
  • Not having classes inherit from object
  • Re-Raising new exceptions from original exception
  • Many more

@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

❌ Patch coverage is 98.11321% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 99.23%. Comparing base (08c86ad) to head (c92300d).
⚠️ Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/pytac/load_csv.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   99.11%   99.23%   +0.12%     
==========================================
  Files          12       12              
  Lines         788      781       -7     
==========================================
- Hits          781      775       -6     
+ Misses          7        6       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@MichaelStubbings MichaelStubbings left a comment

Choose a reason for hiding this comment

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

Looking good!

@ptsOSL ptsOSL merged commit 09363dc into main Oct 14, 2025
10 of 11 checks passed
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