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

Support for the most recent table outputs #9

Merged
merged 7 commits into from
Oct 31, 2023

Conversation

camposandro
Copy link
Collaborator

@camposandro camposandro commented Oct 30, 2023

Adds support for the table outputs introduced in asv 0.6.0. An example can be found in benchmarking-asv PR #12. Closes #6.

@camposandro camposandro self-assigned this Oct 30, 2023
@camposandro camposandro changed the title Support for most recent table outputs Support for the most recent table outputs Oct 30, 2023
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (84d0f3d) 85.29% compared to head (d0f6033) 98.52%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #9       +/-   ##
===========================================
+ Coverage   85.29%   98.52%   +13.23%     
===========================================
  Files           2        3        +1     
  Lines          34       68       +34     
===========================================
+ Hits           29       67       +38     
+ Misses          5        1        -4     
Files Coverage Δ
src/lf_asv_formatter/simple_formatter.py 100.00% <100.00%> (ø)
src/lf_asv_formatter/tabulate_formatter.py 100.00% <100.00%> (ø)
src/lf_asv_formatter/asv_formatter.py 96.00% <96.00%> (+2.45%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@camposandro camposandro marked this pull request as ready for review October 31, 2023 02:32
.codecov.yml Show resolved Hide resolved
@camposandro camposandro merged commit 7bf94f0 into main Oct 31, 2023
8 checks passed
@camposandro camposandro deleted the issue/6/new-output-formats branch April 4, 2024 17:40
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.

asv 0.6 table formats
2 participants