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

Unify test_utils #275

Merged
merged 5 commits into from
Feb 11, 2023
Merged

Unify test_utils #275

merged 5 commits into from
Feb 11, 2023

Conversation

sandreae
Copy link
Member

@sandreae sandreae commented Feb 11, 2023

Move all test utils into one module.

closes: #274

📋 Checklist

  • Add tests that cover your changes
  • Add this PR to the Unreleased section in CHANGELOG.md
  • Link this PR to any issues it closes
  • New files contain a SPDX license header

@codecov
Copy link

codecov bot commented Feb 11, 2023

Codecov Report

Base: 94.22% // Head: 94.22% // No change to project coverage 👍

Coverage data is based on head (0bfc05f) compared to base (6815cf4).
Patch coverage: 94.11% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage   94.22%   94.22%           
=======================================
  Files          61       62    +1     
  Lines        5144     5144           
=======================================
  Hits         4847     4847           
  Misses        297      297           
Impacted Files Coverage Δ
aquadoggo/src/db/stores/document.rs 91.78% <ø> (ø)
aquadoggo/src/db/stores/entry.rs 96.07% <ø> (ø)
aquadoggo/src/db/stores/log.rs 96.42% <ø> (ø)
aquadoggo/src/db/stores/operation.rs 85.33% <ø> (ø)
aquadoggo/src/db/stores/schema.rs 96.00% <ø> (ø)
aquadoggo/src/db/stores/task.rs 91.52% <ø> (ø)
aquadoggo/src/graphql/client/dynamic_query.rs 96.22% <ø> (ø)
...quadoggo/src/graphql/client/dynamic_types/tests.rs 100.00% <ø> (ø)
aquadoggo/src/graphql/client/mutation.rs 100.00% <ø> (ø)
aquadoggo/src/graphql/client/static_query.rs 100.00% <ø> (ø)
... and 17 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sandreae sandreae merged commit 4575251 into main Feb 11, 2023
@adzialocha adzialocha deleted the unify-test-utils branch February 13, 2023 11:07
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.

Move all test utils/helpers into one module
1 participant