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

reintegrate ua-result #869

Merged
merged 13 commits into from
Jan 11, 2025
Merged

reintegrate ua-result #869

merged 13 commits into from
Jan 11, 2025

Conversation

mimmi20
Copy link
Owner

@mimmi20 mimmi20 commented Jan 8, 2025

No description provided.

@mimmi20 mimmi20 added maintenance Maintenance dependencies Pull requests that update a dependency file bc break BC Break labels Jan 8, 2025
@mimmi20 mimmi20 self-assigned this Jan 8, 2025
@mimmi20 mimmi20 linked an issue Jan 8, 2025 that may be closed by this pull request
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 8, 2025
Copy link

github-actions bot commented Jan 8, 2025

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

composer.json

PackageVersionLicenseIssue Type
mimmi20/ua-loader-interface>= 3.0.0, < 4.0.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
composer/mimmi20/ua-generic-request >= 9.0.1, < 10.0.0 UnknownUnknown
composer/mimmi20/ua-loader-interface >= 3.0.0, < 4.0.0 UnknownUnknown
composer/mimmi20/ua-result >= 10.0.3, < 11.0.0 UnknownUnknown

Scanned Files

  • composer.json

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12618 lines exceeds the maximum allowed for the inline comments feature.

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e7dde61) to head (aa3c262).
Report is 14 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #869   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       464       466    +2     
===========================================
  Files             81        81           
  Lines           1488      1494    +6     
===========================================
+ Hits            1488      1494    +6     
Flag Coverage Δ
php-8.3 100.00% <100.00%> (ø)
phpunit 100.00% <100.00%> (ø)
ubuntu-24.04 100.00% <100.00%> (ø)

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

Files with missing lines Coverage Δ
src/Detector.php 100.00% <100.00%> (ø)
src/DetectorFactory.php 100.00% <ø> (ø)
src/Helper/MobileDevice.php 100.00% <ø> (ø)
src/Loader/BrowserLoader.php 100.00% <100.00%> (ø)
src/Loader/CompanyLoader.php 100.00% <100.00%> (ø)
src/Loader/CompanyLoaderFactory.php 100.00% <ø> (ø)
src/Loader/Data.php 100.00% <100.00%> (ø)
src/Loader/DeviceLoader.php 100.00% <100.00%> (ø)
src/Loader/DeviceLoaderFactory.php 100.00% <ø> (ø)
src/Loader/EngineLoader.php 100.00% <100.00%> (ø)
... and 2 more

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12806 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12936 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12399 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12533 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12249 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12240 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 12028 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 11910 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 11872 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 11944 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 11969 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 29171 lines exceeds the maximum allowed for the inline comments feature.

Copy link

codeclimate bot commented Jan 11, 2025

Code Climate has analyzed commit aa3c262 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@mimmi20 mimmi20 merged commit 1ae1118 into master Jan 11, 2025
78 checks passed
@mimmi20 mimmi20 deleted the updates branch January 11, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bc break BC Break dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reintegrate ua-result
1 participant