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

Use mypy via pre-commit instead of pytest-mypy #319

Merged
merged 6 commits into from
Sep 26, 2023
Merged

Use mypy via pre-commit instead of pytest-mypy #319

merged 6 commits into from
Sep 26, 2023

Conversation

dionhaefner
Copy link
Collaborator

This should prevent the never ending issue with tests breaking because of mypy updates.

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #319 (98c3e3a) into main (71f2c2a) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is 66.66%.

@@           Coverage Diff            @@
##             main     #319    +/-   ##
========================================
  Coverage   98.11%   98.11%            
========================================
  Files          52       52            
  Lines        2335     2338     +3     
  Branches      327      476   +149     
========================================
+ Hits         2291     2294     +3     
  Misses         29       29            
  Partials       15       15            
Files Coverage Δ
terracotta/drivers/sqlite_remote_meta_store.py 100.00% <100.00%> (ø)
terracotta/server/flask_api.py 96.20% <0.00%> (ø)
terracotta/scripts/migrate.py 73.21% <66.66%> (+0.99%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dionhaefner dionhaefner merged commit 0cf1ea4 into main Sep 26, 2023
8 of 9 checks passed
@dionhaefner dionhaefner deleted the fix-tests branch September 26, 2023 10:58
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