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

Drop binary integration test from coverage #3398

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

FreezyLemon
Copy link
Contributor

Should fix #3394.

@FreezyLemon FreezyLemon force-pushed the exclude-binary-tests-from-coverage branch from ece2397 to 38711ad Compare September 14, 2024 13:12
@FreezyLemon
Copy link
Contributor Author

Had to include a clippy fix so the job actually runs.

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.14%. Comparing base (3c3a26f) to head (a1bfdd0).
Report is 31 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3398      +/-   ##
==========================================
- Coverage   88.52%   82.14%   -6.39%     
==========================================
  Files          89       89              
  Lines       28323    27408     -915     
==========================================
- Hits        25074    22515    -2559     
- Misses       3249     4893    +1644     

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

@FreezyLemon FreezyLemon force-pushed the exclude-binary-tests-from-coverage branch 2 times, most recently from c3bf888 to 391b452 Compare September 14, 2024 13:55
It causes problems and makes no sense to collect anyways
because it just calls precompiled binaries from rust code.

We now need two calls to `cargo test` because `--doc` can not
be combined with any other testing target.
This is a `u8` which has a max value of 255
@FreezyLemon FreezyLemon force-pushed the exclude-binary-tests-from-coverage branch from 391b452 to a1bfdd0 Compare September 14, 2024 13:57
@lu-zero
Copy link
Collaborator

lu-zero commented Sep 14, 2024

Thank you!

@lu-zero lu-zero merged commit 4cd86ff into xiph:master Sep 14, 2024
26 of 27 checks passed
@FreezyLemon FreezyLemon deleted the exclude-binary-tests-from-coverage branch September 14, 2024 20:19
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.

Fix or remove grcov-coverage CI job
2 participants