Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mypy and ensure it runs on GH Actions #361

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Conversation

mesozoic
Copy link
Collaborator

It looks like #355 was missing a type annotation, and we didn't catch it because GitHub Actions has never been configured to run mypy as part of the test suite. This branch will add that, and fix the missing type annotation.

@BAPCon FYI

Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f944294) to head (3d6da83).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #361   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         2376      2379    +3     
=========================================
+ Hits          2376      2379    +3     

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

@mesozoic mesozoic merged commit 919f57d into gtalarico:main Mar 30, 2024
9 checks passed
@mesozoic mesozoic deleted the fix_mypy branch April 1, 2024 15:54
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.

1 participant