René's URL Explorer Experiment


Title: Include test files in coverage report · Issue #6902 · matplotlib/matplotlib · GitHub

Open Graph Title: Include test files in coverage report · Issue #6902 · matplotlib/matplotlib

X Title: Include test files in coverage report · Issue #6902 · matplotlib/matplotlib

Description: Of course I can run coverage for tests locally, but I think it should be accessible on coveralls. You cannot blindly rely on a test report until you are sure that they are actually working, otherwise it could give you a false sense of se...

Open Graph Description: Of course I can run coverage for tests locally, but I think it should be accessible on coveralls. You cannot blindly rely on a test report until you are sure that they are actually working, otherwi...

X Description: Of course I can run coverage for tests locally, but I think it should be accessible on coveralls. You cannot blindly rely on a test report until you are sure that they are actually working, otherwi...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/6902

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Include test files in coverage report","articleBody":"Of course I can run coverage for tests locally, but I think it should be accessible on coveralls. You cannot blindly rely on a test report until you are sure that they are actually working, otherwise it could give you a false sense of security.\n\nI have faced a problem where I cannot be sure that pytest runs all the tests. Moreover I have got a test failures with pytest on tests that nose does not perform (and I do not why then they are not deleted). Here is the list:\n- [test_sankey](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_sankey.py) not deprecated, runs without issues\n- [test_skew](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_skew.py) not deprecated, has outdated baseline images or tolerance problems (`..FF.F`: RMS 0.014, 0.264, 0.065)\n- [test_ttconv](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_ttconv.py) not deprecated, runs without issues\n- [test_usetex](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_usetex.py) not deprecated, has outdated baseline images or tolerance problems (`.F`: RMS 0.261)\n\nWhat benefits can we have by including test files coverage in the report? I collected dark spots in the test suite:\n\nImportant (test not running, uncovered cases):\n- [test_animation:test_no_length_frames](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_animation.py#L150)\n- [test_axes:test_pcolorargs](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_axes.py#L763)\n- [test_backend_pdf:test_use14corefonts](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_backend_pdf.py#L18) does not run on travis (`TRAVIS` env variable was removed?)\n- [test_contour:test_contour_manual_labels](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_contour.py#L157)\n- [test_image:test_minimized_rasterized](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_image.py#L567)\n- [test_mlab:Test_detrend.test_detrend_mean_2D_none](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L878)\n- [test_mlab:Test_detrend.test_detrend_mean_2D_none_T](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L889)\n- [test_mlab:Test_detrend.test_detrend_mean_2D_axis0](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L900)\n- [test_mlab:Test_detrend.test_detrend_mean_2D_axis1](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L915)\n- [test_mlab:Test_detrend.test_detrend_mean_2D_axism1](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L930)\n- [test_mlab:Test_detrend.test_detrend_str_linear_2d_slope_off_axis0](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L1263)\n- [test_mlab:Test_detrend.test_detrend_detrend_linear_1d_slope_off_axis1](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L1275)\n- [test_mlab:test_griddata_nn](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L2817)\n- [test_subplots:test_shared](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_subplots.py#L15)\n- [test_patheffects:test_PathEffect_points_to_pixels](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_patheffects.py#L89)\n\nLess important (partial coverage):\n- [test_backend_svg _test_determinism](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_backend_svg.py#L126)\n- [test_cbook:test_results_whiskers_range](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_cbook.py#L227)\n- [test_cbook:test_results_whiskers_percentiles](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_cbook.py#L241)\n- [test_dates:test_date2num_dst](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_dates.py#L397)\n- ~~[test_delaunay](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_delaunay.py#L121)~~\n- [test_mlab:Test_window](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L431)\n- [test_mlab:Test_spectral_nosig_real_onesided](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L1338)\n- [test_units:test_numpy_facade](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_units.py#L36)\n\nNot important (requires tests for the tests, and other cases):\n- [test_collections check_allprop](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_collections.py#L395) unused function?\n- [test_collections check_segments](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_collections.py#L385)\n- [test_transforms:test_non_affine_caching transform_path_non_affine\u0026transform_non_affine](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_transforms.py#L42)\n- [test_triplot_return](https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_triangulation.py#L957)\n\nSomeone can say that we need tests for the tests to have full coverage -- I would say no, some special places can be marked with `#pragma: no cover`, but other can be fixed to have full coverage.\n\nCurrently this can be done with `nose-cov` plugin and after migrating to pytest we will have exactly same coverage reports with `pytest-cov`.\n","author":{"url":"https://github.com/Kojoley","@type":"Person","name":"Kojoley"},"datePublished":"2016-08-04T17:03:24.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/6902/matplotlib/issues/6902"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:dd87f335-5900-1b82-3217-4eb8e6291d41
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBD5C:2D7C5C:17DE0D6:208465C:6A52357F
html-safe-noncee8c1e8164d3fb6700e142c3716ad7ae9aa9dc28724dd57ba92b2de0cbd256d23
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRDVDOjJEN0M1QzoxN0RFMEQ2OjIwODQ2NUM6NkE1MjM1N0YiLCJ2aXNpdG9yX2lkIjoiODA4ODMwNzIzNDIyNjk3NjEyNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac75c602b856350dbf19d5b8b29db2713905437b086cc12dc03f2d033171e4c735
hovercard-subject-tagissue:169424336
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/6902/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e6054ab09274fe6c78d3da53598e8d000043a389d8c0d068e6570b770121030a/matplotlib/matplotlib/issues/6902
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e6054ab09274fe6c78d3da53598e8d000043a389d8c0d068e6570b770121030a/matplotlib/matplotlib/issues/6902
og:image:altOf course I can run coverage for tests locally, but I think it should be accessible on coveralls. You cannot blindly rely on a test report until you are sure that they are actually working, otherwi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameKojoley
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/6902#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F6902
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F6902
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/6902
Reloadhttps://github.com/matplotlib/matplotlib/issues/6902
Reloadhttps://github.com/matplotlib/matplotlib/issues/6902
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/6902
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/6902
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Include test files in coverage reporthttps://github.com/matplotlib/matplotlib/issues/6902#top
topic: testinghttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22topic%3A%20testing%22
v2.1https://github.com/matplotlib/matplotlib/milestone/12
https://github.com/Kojoley
Kojoleyhttps://github.com/Kojoley
on Aug 4, 2016https://github.com/matplotlib/matplotlib/issues/6902#issue-169424336
test_sankeyhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_sankey.py
test_skewhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_skew.py
test_ttconvhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_ttconv.py
test_usetexhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_usetex.py
test_animation:test_no_length_frameshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_animation.py#L150
test_axes:test_pcolorargshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_axes.py#L763
test_backend_pdf:test_use14corefontshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_backend_pdf.py#L18
test_contour:test_contour_manual_labelshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_contour.py#L157
test_image:test_minimized_rasterizedhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_image.py#L567
test_mlab:Test_detrend.test_detrend_mean_2D_nonehttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L878
test_mlab:Test_detrend.test_detrend_mean_2D_none_Thttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L889
test_mlab:Test_detrend.test_detrend_mean_2D_axis0https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L900
test_mlab:Test_detrend.test_detrend_mean_2D_axis1https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L915
test_mlab:Test_detrend.test_detrend_mean_2D_axism1https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L930
test_mlab:Test_detrend.test_detrend_str_linear_2d_slope_off_axis0https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L1263
test_mlab:Test_detrend.test_detrend_detrend_linear_1d_slope_off_axis1https://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L1275
test_mlab:test_griddata_nnhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L2817
test_subplots:test_sharedhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_subplots.py#L15
test_patheffects:test_PathEffect_points_to_pixelshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_patheffects.py#L89
test_backend_svg _test_determinismhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_backend_svg.py#L126
test_cbook:test_results_whiskers_rangehttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_cbook.py#L227
test_cbook:test_results_whiskers_percentileshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_cbook.py#L241
test_dates:test_date2num_dsthttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_dates.py#L397
test_delaunayhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_delaunay.py#L121
test_mlab:Test_windowhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L431
test_mlab:Test_spectral_nosig_real_onesidedhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_mlab.py#L1338
test_units:test_numpy_facadehttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_units.py#L36
test_collections check_allprophttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_collections.py#L395
test_collections check_segmentshttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_collections.py#L385
test_transforms:test_non_affine_caching transform_path_non_affine&transform_non_affinehttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_transforms.py#L42
test_triplot_returnhttps://coveralls.io/builds/7303404/source?filename=lib%2Fmatplotlib%2Ftests%2Ftest_triangulation.py#L957
topic: testinghttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22topic%3A%20testing%22
v2.1https://github.com/matplotlib/matplotlib/milestone/12
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.