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

bring coverage back up to 95% #993

Merged
merged 3 commits into from
May 31, 2024
Merged

bring coverage back up to 95% #993

merged 3 commits into from
May 31, 2024

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented May 15, 2024

Description

Bring code coverage on this project back up to 95% by omitting coverage on all migrations. Migrations are essentially 'run once' (we don't change the code after it's merged) and we don't write tests for them because setting up the tests would be extremely time consuming and would test things in the nature of: does add column really add a column -- i.e. we don't want to just test plain vanilla sql commands, which is what most of the migrations are.

Security Considerations

N/A

@terrazoon terrazoon requested review from ccostino and a team May 15, 2024 19:12
@terrazoon terrazoon self-assigned this May 15, 2024
@terrazoon terrazoon linked an issue May 15, 2024 that may be closed by this pull request
Copy link
Contributor

@xlorepdarkhelm xlorepdarkhelm left a comment

Choose a reason for hiding this comment

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

LGTM

@ccostino
Copy link
Contributor

Thanks, @terrazoon! Would you mind fixing the merge conflicts here when you have a moment and we can merge?

Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

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

Thanks, @terrazoon!

@ccostino ccostino merged commit 67392e6 into main May 31, 2024
7 checks passed
@ccostino ccostino deleted the notify-api-843 branch May 31, 2024 15:36
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.

Write tests to bring coverage back up to 95%
3 participants