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: fix sbom test skipping logic #3631

Merged
merged 3 commits into from
Dec 20, 2023
Merged

ci: fix sbom test skipping logic #3631

merged 3 commits into from
Dec 20, 2023

Conversation

terriko
Copy link
Contributor

@terriko terriko commented Dec 18, 2023

This code was causing more tests to be skipped than intended because of a bad string compare.

fixes #3629

This code was causing more tests to be skipped than intended because
of a bad string compare.

Signed-off-by: Terri Oda <terri@toybox.ca>
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8e2314c) 77.79% compared to head (4fa7c30) 80.35%.
Report is 21 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3631      +/-   ##
==========================================
+ Coverage   77.79%   80.35%   +2.56%     
==========================================
  Files         777      785       +8     
  Lines       11680    11853     +173     
  Branches     1369     1601     +232     
==========================================
+ Hits         9086     9525     +439     
+ Misses       2178     1915     -263     
+ Partials      416      413       -3     
Flag Coverage Δ
longtests 75.22% <100.00%> (?)
win-longtests 78.36% <100.00%> (+0.57%) ⬆️

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

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

@terriko terriko merged commit 171c93a into intel:main Dec 20, 2023
21 checks passed
inosmeet pushed a commit to inosmeet/cve-bin-tool that referenced this pull request Feb 16, 2024
* ci: fix sbom test skipping logic

This code was causing more tests to be skipped than intended because
of a bad string compare.

* fix: pre-commit 3.6.0 was a lie

* test: disable failing test & add docstrings

---------

Signed-off-by: Terri Oda <terri.oda@intel.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.

ci: Linux tests are getting skipped inappropriately
3 participants