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

include tests in coverage report #709

Merged
merged 1 commit into from
Jan 30, 2022

Conversation

Nothing4You
Copy link
Collaborator

What do these changes do?

include tests in coverage report

Are there changes in behavior for the user?

no

@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #709 (78263ee) into master (01a7c79) will increase coverage by 3.43%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #709      +/-   ##
==========================================
+ Coverage   89.25%   92.68%   +3.43%     
==========================================
  Files          12       35      +23     
  Lines        2094     5415    +3321     
  Branches      346      581     +235     
==========================================
+ Hits         1869     5019    +3150     
- Misses        161      309     +148     
- Partials       64       87      +23     
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.2 89.52% <ø> (+3.71%) ⬆️
ubuntu-latest_3.10_mariadb-10.3 89.52% <ø> (+3.71%) ⬆️
ubuntu-latest_3.10_mariadb-10.4 89.52% <ø> (+3.71%) ⬆️
ubuntu-latest_3.10_mariadb-10.5 89.51% <ø> (+3.69%) ⬆️
ubuntu-latest_3.10_mariadb-10.6 89.51% <ø> (+3.69%) ⬆️
ubuntu-latest_3.10_mariadb-10.7 89.51% <ø> (+3.69%) ⬆️
ubuntu-latest_3.10_mysql-5.7 90.23% <ø> (+3.55%) ⬆️
ubuntu-latest_3.10_mysql-8.0 91.63% <ø> (+3.09%) ⬆️
ubuntu-latest_3.7_mariadb-10.2 88.93% <ø> (+3.50%) ⬆️
ubuntu-latest_3.7_mariadb-10.3 88.93% <ø> (+3.50%) ⬆️
ubuntu-latest_3.7_mariadb-10.4 88.93% <ø> (+3.50%) ⬆️
ubuntu-latest_3.7_mariadb-10.5 88.91% <ø> (+3.48%) ⬆️
ubuntu-latest_3.7_mariadb-10.6 88.91% <ø> (+3.48%) ⬆️
ubuntu-latest_3.7_mariadb-10.7 88.91% <ø> (+3.48%) ⬆️
ubuntu-latest_3.7_mysql-5.7 89.68% <ø> (+3.36%) ⬆️
ubuntu-latest_3.7_mysql-8.0 91.17% <ø> (+2.95%) ⬆️
ubuntu-latest_3.8_mariadb-10.2 89.57% <ø> (+3.79%) ⬆️
ubuntu-latest_3.8_mariadb-10.3 89.57% <ø> (+3.79%) ⬆️
ubuntu-latest_3.8_mariadb-10.4 89.57% <ø> (+3.79%) ⬆️
ubuntu-latest_3.8_mariadb-10.5 89.55% <ø> (+3.77%) ⬆️
ubuntu-latest_3.8_mariadb-10.6 89.55% <ø> (+3.77%) ⬆️
ubuntu-latest_3.8_mariadb-10.7 89.55% <ø> (+3.77%) ⬆️
ubuntu-latest_3.8_mysql-5.7 90.27% <ø> (+3.63%) ⬆️
ubuntu-latest_3.8_mysql-8.0 91.66% <ø> (+3.20%) ⬆️
ubuntu-latest_3.9_mariadb-10.2 89.44% <ø> (+3.66%) ⬆️
ubuntu-latest_3.9_mariadb-10.3 89.44% <ø> (+3.66%) ⬆️
ubuntu-latest_3.9_mariadb-10.4 89.44% <ø> (+3.66%) ⬆️
ubuntu-latest_3.9_mariadb-10.5 89.42% <ø> (+3.64%) ⬆️
ubuntu-latest_3.9_mariadb-10.6 89.42% <ø> (+3.64%) ⬆️
ubuntu-latest_3.9_mariadb-10.7 89.42% <ø> (+3.64%) ⬆️
ubuntu-latest_3.9_mysql-5.7 90.14% <ø> (+3.50%) ⬆️
ubuntu-latest_3.9_mysql-8.0 91.53% <ø> (+3.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiomysql/sa/__init__.py
aiomysql/__init__.py
tests/test_basic.py 97.98% <0.00%> (ø)
tests/conftest.py 87.74% <0.00%> (ø)
tests/sa/test_sa_engine.py 100.00% <0.00%> (ø)
tests/_testutils.py 0.00% <0.00%> (ø)
tests/test_bulk_inserts.py 100.00% <0.00%> (ø)
tests/sa/test_sa_compiled_cache.py 100.00% <0.00%> (ø)
tests/base.py 0.00% <0.00%> (ø)
tests/sa/test_sa_distil.py 100.00% <0.00%> (ø)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01a7c79...78263ee. Read the comment docs.

@Nothing4You Nothing4You merged commit 32cbeac into master Jan 30, 2022
@Nothing4You Nothing4You deleted the include-tests-in-coverage-report branch January 30, 2022 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant