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

Release v1.0.6 #29

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Release v1.0.6 #29

merged 3 commits into from
Sep 16, 2024

Conversation

wordpressfan
Copy link
Collaborator

Changelog

  • Add LRC functionality
  • Increase tests coverage
  • Add GH action for template checklist

MathieuLamiot and others added 2 commits August 26, 2024 09:27
* start adding the beaconlrc class
* finalize the beacon manager class
* temporarily fix tests
* Return only hash as payload
* Remove duplicate payload
* Only add child element below the fold threshold and parent elements only below the fold
* use config threshold instead of static value
* Revert "use config threshold instead of static value"
This reverts commit b4f633b.
* use logger class and comment the xpath for now
* Replace static values with config
* start doing as grooming
* get only elements that have hash
* Added test for lrc
* Best practices
* Additional best practices
* start considering viewport on element distance calculation
* adjust imports and the log message
* change the structure of test to handle more cases and use sinon for mocking
* test
* test 2
* fix tests attempt 1
* add more tests
* add tests for run method
* add more tests
* remove not used argument
---------

Co-authored-by: Michael Lee <[email protected]>
Co-authored-by: Mathieu Lamiot <[email protected]>
Copy link

codacy-production bot commented Sep 16, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+1.46% (target: -1.00%) 64.77% (target: 50.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6e472dd) 409 241 58.92%
Head commit (78ca211) 578 (+169) 349 (+108) 60.38% (+1.46%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#29) 176 114 64.77%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@wordpressfan wordpressfan marked this pull request as ready for review September 16, 2024 10:17
@wordpressfan wordpressfan merged commit b2fc2f2 into trunk Sep 16, 2024
6 of 8 checks passed
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.

2 participants