Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
cython
Public
forked from
cython/cython
Notifications
You must be signed in to change notification settings
Fork
1
Star
13
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cython
Cython
Coverage.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 24, 2022
Fix coverage with packages in "src" layout (#3831)
Show description for 230d508
rhpvorderman
and
webknjaz
authored
230d508
View commit details
Copy full SHA for 230d508
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
Add a longer docstring comment to explain how the coverage plugin maps trace calls to source code.
scoder
committed
db0af9c
View commit details
Copy full SHA for db0af9c
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
Add a comment about the way the Coverage plugin finds out what to report to coverage.py.
scoder
committed
eadc9bd
View commit details
Copy full SHA for eadc9bd
View code at this point
Browse repository at this point
Commits on May 20, 2021
Refuse to overwrite output C/C++ files that probably were not created by Cython (GH-4178)
Show description for 7bbd491
scoder
authored
7bbd491
View commit details
Copy full SHA for 7bbd491
View code at this point
Browse repository at this point
Commits on Sep 7, 2020
Do not cover lines that were excluded in the coveragerc config file (GH-3682)
Show description for adb44bd
Synss
authored
adb44bd
View commit details
Copy full SHA for adb44bd
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Fix coverage analysis for code in separate source directory (see GH-1985) (GH-3088)
Show description for 5ba68b7
avalentino
authored and
scoder
committed
5ba68b7
View commit details
Copy full SHA for 5ba68b7
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Refactor parsing function in code coverage plugin to split the actual parsing code from the lookup code.
scoder
committed
d634196
View commit details
Copy full SHA for d634196
View code at this point
Browse repository at this point
Exclude non-executable lines from coverage analysis (anything that does not generate a line trace call).
scoder
committed
8690447
View commit details
Copy full SHA for 8690447
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
Fix inconsistency between trace files and report files
wjsi
authored and
scoder
committed
85bd382
View commit details
Copy full SHA for 85bd382
View code at this point
Browse repository at this point
Commits on May 18, 2018
Support more C file extensions when searching modules during coverage analysis: .cc and .cxx in addition to the current .c and .cpp.
Show description for 19e6c6a
scoder
committed
19e6c6a
View commit details
Copy full SHA for 19e6c6a
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
Do not try to report coverage on files that we do not have sources for. See #1985.
scoder
committed
0206be1
View commit details
Copy full SHA for 0206be1
View code at this point
Browse repository at this point
Commits on Oct 1, 2017
Merge pull request #1900 from MaxBo/MaxBo-patch-1
Show description for d5f4a5a
scoder
authored
d5f4a5a
View commit details
Copy full SHA for d5f4a5a
View code at this point
Browse repository at this point
Include coverage support for PyPy extension modules.
scoder
committed
dccd8fc
View commit details
Copy full SHA for dccd8fc
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Merge remote-tracking branch 'upstream/master' into MaxBo-patch-1
MaxBo
committed
4ef6bb8
View commit details
Copy full SHA for 4ef6bb8
View code at this point
Browse repository at this point
add regex to ######## coverage_test.py ########
Show description for 77f27e9
MaxBo
committed
77f27e9
View commit details
Copy full SHA for 77f27e9
View code at this point
Browse repository at this point
Generalise .so file regex even further as the platform suffix of extension modules can be arbitrarily complex in Py3.5+.
scoder
committed
ba6f36a
View commit details
Copy full SHA for ba6f36a
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into MaxBo-patch-1
MaxBo
committed
ca0e728
View commit details
Copy full SHA for ca0e728
View code at this point
Browse repository at this point
Try to include also Macs in coverage .so file search.
scoder
committed
9ef4987
View commit details
Copy full SHA for 9ef4987
View code at this point
Browse repository at this point
Include Windows DLL suffix pattern in coverage file search.
scoder
committed
d429969
View commit details
Copy full SHA for d429969
View code at this point
Browse repository at this point
use canonical_filename from coverage.files
MaxBo
committed
84a6a39
View commit details
Copy full SHA for 84a6a39
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
Update Coverage.py
Show description for f673683
MaxBo
authored
f673683
View commit details
Copy full SHA for f673683
View code at this point
Browse repository at this point
Update Coverage.py
Show description for f9cf3ac
MaxBo
authored
f9cf3ac
View commit details
Copy full SHA for f9cf3ac
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
Made tracer search external modules
Aaron M. Watson
committed
81c126c
View commit details
Copy full SHA for 81c126c
View code at this point
Browse repository at this point
Fixed a bug
Aaron M. Watson
committed
7c20652
View commit details
Copy full SHA for 7c20652
View code at this point
Browse repository at this point
Added search of module paths for dependent files
Aaron M. Watson
committed
b229828
View commit details
Copy full SHA for b229828
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
adapt Coverage plugin to coverage 4.0b2
scoder
committed
067c6cc
View commit details
Copy full SHA for 067c6cc
View code at this point
Browse repository at this point
Py3 fixes in Coverage plugin
scoder
committed
4418a47
View commit details
Copy full SHA for 4418a47
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
fix coverage reporting for compiled .py files by disabling disfunctional coverage.py fallback
scoder
committed
ba59a70
View commit details
Copy full SHA for ba59a70
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
adapt coverage plugin to new API in coverage.py 4.0a7, minor changes
scoder
committed
083b8d9
View commit details
Copy full SHA for 083b8d9
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
coverage: cache parsed C files to avoid parsing them again
scoder
committed
2ce60b9
View commit details
Copy full SHA for 2ce60b9
View code at this point
Browse repository at this point
coverage: avoid call tracing overhead by caching absolute file paths
scoder
committed
7d0e4de
View commit details
Copy full SHA for 7d0e4de
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
coverage: exclude code lines that are obviously not executable (e.g. struct declarations)
scoder
committed
1862ddf
View commit details
Copy full SHA for 1862ddf
View code at this point
Browse repository at this point
coverage: read Cython source files with correct encoding
scoder
committed
f6f110e
View commit details
Copy full SHA for f6f110e
View code at this point
Browse repository at this point
coverage: do not mark non-code lines as 'excluded' to make them show up normally in the report
scoder
committed
b2f964b
View commit details
Copy full SHA for b2f964b
View code at this point
Browse repository at this point
adapt to recent changes in coverage.py package
scoder
committed
be5bea9
View commit details
Copy full SHA for be5bea9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.