-
-
Notifications
You must be signed in to change notification settings - Fork 117
[DNM] 🧪 Instrument C-extensions to collect coverage #1228
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
Draft
webknjaz
wants to merge
34
commits into
aio-libs:master
Choose a base branch
from
webknjaz:maintenance/c-coverage-infra
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5678919
🧪 Instrument C-extensions to collect coverage
webknjaz b27ede9
fixup! pathlib + cleanup
webknjaz 1ce564b
fixup! state integration
webknjaz 22dc02e
Add a gcovr config
webknjaz fa496c0
debug! ccache @ many(musl)linux
webknjaz 5488bda
debug! PWD hack note
webknjaz fc79cc7
Skip copyping gcno if not debug
webknjaz 33fd170
Enable debug builds in cibuildwheel
webknjaz b0173dd
Copy gcno into the build lib dir
webknjaz 0551382
fixup! refactor
webknjaz 20bf2d1
fixup! Drop LDFLAGS
webknjaz 4d5e4a9
fixup! debug first
webknjaz 7b8dccf
fixup! drop notes
webknjaz 0ea9dfe
fixup! LDFLAGS
webknjaz 7d5aac8
fixup! conditional CC
webknjaz 28faa08
fixup! flags
webknjaz 7e647fc
fixup! notes cleanup
webknjaz ccfb231
debug! gcovr @ cibuldwheel
webknjaz 46fe558
experiment! move gcovr into the test job
webknjaz 8f80c6a
experiment! only provision tracing env if ext has data
webknjaz 17ef432
fixup! change debug build var order back
webknjaz c8b7e76
fixup! path typing
webknjaz 0568bd5
debug! tracing files in CI
webknjaz f5bc5cb
debug! show multidict files in CI
webknjaz b5e647f
experiment! Copy tracing data in-tree while testing
webknjaz 5432316
fixup! pip install gcovr
webknjaz 014dcad
debug! Install ccache in debug runs
webknjaz cedeae0
fixup! privileges
webknjaz 55f932b
Include gcovr config into sdist
webknjaz 46f86bb
experiment! coverage dir
webknjaz 60cefdc
experiment! explicitly pass gcda/gcno files to gcovr
webknjaz b9c6799
debug! Make gcovr verbose in CI
webknjaz bea0a92
debug! Log gcovr leftovers
webknjaz 8bea87b
debug! log leftovers around workdir
webknjaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| include .coveragerc | ||
| include gcovr.cfg | ||
| include pyproject.toml | ||
| include pytest.ini | ||
| include LICENSE | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| filter = multidict/ | ||
|
|
||
| html-details = coverage/index.html | ||
|
|
||
| print-summary = yes | ||
|
|
||
| search-path = multidict/__tracing-data__/multidict/_multidict.gcda | ||
| search-path = multidict/__tracing-data__/multidict/_multidict.gcno | ||
|
|
||
| xml = coverage/coverage.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check notice
Code scanning / CodeQL
Unused local variable Note