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

Increase python cov #11

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Increase python cov #11

wants to merge 15 commits into from

Conversation

apurvakhatri
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #11 (42c545c) into main (362a348) will increase coverage by 6.16%.
The diff coverage is 95.74%.

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   85.32%   91.48%   +6.16%     
==========================================
  Files          29       90      +61     
  Lines        3631    10503    +6872     
  Branches        0     1448    +1448     
==========================================
+ Hits         3098     9609    +6511     
- Misses        533      891     +358     
- Partials        0        3       +3     
Flag Coverage Δ
cpp 84.52% <ø> (-0.80%) ⬇️
python_and_cython 95.16% <95.74%> (?)

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

Impacted Files Coverage Δ
tests/unit/test_reader.py 100.00% <ø> (ø)
tests/unit/test_stats_reporter.py 100.00% <ø> (ø)
src/memray/commands/live.py 74.54% <20.00%> (ø)
src/memray/reporters/tui.py 99.22% <100.00%> (ø)
tests/integration/test_api.py 98.07% <100.00%> (ø)
tests/integration/test_extensions.py 100.00% <100.00%> (ø)
tests/integration/test_processes.py 31.52% <100.00%> (ø)
tests/integration/test_tracing.py 99.81% <100.00%> (ø)
tests/integration/test_tracking.py 97.38% <100.00%> (ø)
tests/unit/test_tui_reporter.py 100.00% <100.00%> (ø)

... and 57 files with indirect coverage changes

pablogsal and others added 5 commits July 12, 2023 19:28
Seems that cibuildwheel now allows building aarch64 wheels, so we should
try to distribute these as well.

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Allow users to ask Memray to report its own version.
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.13.1...v2.14.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.14.0...v2.14.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
In Cython 3.0 signatures are enforced a bit more tightly and this
requires a "noexcept" qualifier to be added.

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
dependabot bot and others added 7 commits July 21, 2023 14:18
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Add a key binding for pausing refreshes, and another key binding for resuming the display. Ensure that records continue to be consumed from the socket, and only the refreshes of the TUIs data are suspended.
Signed-off-by: Apurva Khatri <apurvakhatri2011@gmail.com>
Signed-off-by: Apurva Khatri <apurvakhatri2011@gmail.com>
Signed-off-by: Apurva Khatri <apurvakhatri2011@gmail.com>
Signed-off-by: Apurva Khatri <apurvakhatri2011@gmail.com>
Signed-off-by: Apurva Khatri <apurvakhatri2011@gmail.com>
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.

3 participants