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

ci: add code coverage #807

Merged
merged 3 commits into from
Jan 12, 2025
Merged

ci: add code coverage #807

merged 3 commits into from
Jan 12, 2025

Conversation

andrewgazelka
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the feat label Jan 12, 2025
@andrewgazelka andrewgazelka changed the title feat: add code coverage ci: add code coverage Jan 12, 2025
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  22.2 ns ...  22.1 ns ]      -0.45%
ray_intersection/aabb_size_1                       [  22.2 ns ...  22.2 ns ]      -0.02%
ray_intersection/aabb_size_10                      [  23.4 ns ...  22.9 ns ]      -2.00%
ray_intersection/ray_distance_1                    [   5.1 ns ...   5.1 ns ]      -0.15%
ray_intersection/ray_distance_5                    [   9.7 ns ...   9.7 ns ]      -0.49%
ray_intersection/ray_distance_20                   [  10.7 ns ...  10.5 ns ]      -1.95%
overlap/no_overlap                                 [  31.1 ns ...  31.1 ns ]      +0.02%
overlap/partial_overlap                            [  31.1 ns ...  31.1 ns ]      +0.17%
overlap/full_containment                           [  23.7 ns ...  23.7 ns ]      +0.09%
point_containment/inside                           [   5.9 ns ...   5.9 ns ]      +0.21%
point_containment/outside                          [   5.3 ns ...   5.3 ns ]      -0.07%
point_containment/boundary                         [   5.8 ns ...   5.8 ns ]      -0.13%

Comparing to f9788b0

@github-actions github-actions bot added ci and removed feat labels Jan 12, 2025
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  22.1 ns ...  22.0 ns ]      -0.13%
ray_intersection/aabb_size_1                       [  22.1 ns ...  22.1 ns ]      -0.03%
ray_intersection/aabb_size_10                      [  22.9 ns ...  22.9 ns ]      +0.04%
ray_intersection/ray_distance_1                    [   5.1 ns ...   5.1 ns ]      -0.02%
ray_intersection/ray_distance_5                    [   9.6 ns ...   9.6 ns ]      +0.25%
ray_intersection/ray_distance_20                   [   9.6 ns ...   9.6 ns ]      +0.07%
overlap/no_overlap                                 [  31.2 ns ...  31.2 ns ]      -0.07%
overlap/partial_overlap                            [  31.0 ns ...  30.1 ns ]      -3.11%
overlap/full_containment                           [  22.7 ns ...  23.7 ns ]      +4.53%*
point_containment/inside                           [   5.8 ns ...   5.9 ns ]      +0.09%
point_containment/outside                          [   5.3 ns ...   5.3 ns ]      -0.00%
point_containment/boundary                         [   5.8 ns ...   5.8 ns ]      +0.10%

Comparing to f9788b0

Copy link

codecov bot commented Jan 12, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@andrewgazelka andrewgazelka enabled auto-merge (squash) January 12, 2025 17:59
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  22.1 ns ...  22.1 ns ]      +0.13%
ray_intersection/aabb_size_1                       [  22.3 ns ...  22.4 ns ]      +0.26%
ray_intersection/aabb_size_10                      [  22.9 ns ...  23.0 ns ]      +0.06%
ray_intersection/ray_distance_1                    [   5.1 ns ...   5.2 ns ]      +2.04%
ray_intersection/ray_distance_5                    [   9.6 ns ...   9.6 ns ]      +0.01%
ray_intersection/ray_distance_20                   [   9.6 ns ...   9.6 ns ]      -0.18%
overlap/no_overlap                                 [  31.2 ns ...  31.3 ns ]      +0.35%
overlap/partial_overlap                            [  31.3 ns ...  31.3 ns ]      +0.07%
overlap/full_containment                           [  23.0 ns ...  23.0 ns ]      -0.04%
point_containment/inside                           [   5.9 ns ...   5.9 ns ]      +0.10%
point_containment/outside                          [   5.4 ns ...   5.4 ns ]      -0.14%
point_containment/boundary                         [   5.8 ns ...   5.8 ns ]      -0.01%

Comparing to f9788b0

@andrewgazelka andrewgazelka merged commit 299e79c into main Jan 12, 2025
10 checks passed
@andrewgazelka andrewgazelka deleted the andrew/code-coverage branch January 12, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant