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

[FEATURE] Introduce event system and provide a couple of events #399

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

eliashaeussler
Copy link
Owner

This PR introduces a new event system and adds a couple of events. An overview of available events can be found in the documentation.

@eliashaeussler eliashaeussler added the enhancement New feature or request label Sep 23, 2024
@eliashaeussler eliashaeussler self-assigned this Sep 23, 2024
Copy link

codeclimate bot commented Sep 23, 2024

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

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

This pull request will bring the total coverage in the repository to 91.4% (-3.0% change).

View more on Code Climate.

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 10997837503

Details

  • 13 of 65 (20.0%) changed or added relevant lines in 12 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-3.1%) to 91.403%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Event/ConfigResolved.php 0 4 0.0%
src/Event/SitemapAdded.php 0 4 0.0%
src/Event/SitemapExcluded.php 0 4 0.0%
src/Event/UrlAdded.php 0 4 0.0%
src/Event/UrlExcluded.php 0 4 0.0%
src/Event/CrawlingStarted.php 0 6 0.0%
src/Event/SitemapParsed.php 0 6 0.0%
src/Event/SitemapParsingFailed.php 0 6 0.0%
src/Event/UrlsPrepared.php 0 6 0.0%
src/Event/CrawlingFinished.php 0 8 0.0%
Totals Coverage Status
Change from base Build 10997680478: -3.1%
Covered Lines: 1446
Relevant Lines: 1582

💛 - Coveralls

@eliashaeussler eliashaeussler merged commit ed25dd5 into main Sep 23, 2024
16 of 18 checks passed
@eliashaeussler eliashaeussler deleted the feature/events branch September 23, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants