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

Refactor XML services #648

Merged
merged 51 commits into from
Nov 6, 2022
Merged

Refactor XML services #648

merged 51 commits into from
Nov 6, 2022

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Nov 6, 2022

Refactors RssFeedService.php and SitemapService.php

Contains one breaking API change:

  • Renames RssFeedService method getDefaultOutputFilename to outputFilename, as the word default implies it can be changed, but we have no such logic.

@codecov
Copy link

codecov bot commented Nov 6, 2022

Codecov Report

Merging #648 (f3beb8e) into master (32dd3ad) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #648   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity      1022      1017    -5     
===========================================
  Files            125       126    +1     
  Lines           2543      2540    -3     
===========================================
- Hits            2543      2540    -3     
Impacted Files Coverage Δ
...ures/BuildTasks/PostBuildTasks/GenerateRssFeed.php 100.00% <100.00%> (ø)
.../Framework/Features/Metadata/GlobalMetadataBag.php 100.00% <100.00%> (ø)
...ramework/src/Framework/Services/RssFeedService.php 100.00% <100.00%> (ø)
...ramework/src/Framework/Services/SitemapService.php 100.00% <100.00%> (ø)
packages/framework/src/Support/Helpers/XML.php 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@caendesilva caendesilva changed the title Refactor xml services Refactor XML services Nov 6, 2022
@caendesilva caendesilva marked this pull request as ready for review November 6, 2022 18:51
@caendesilva caendesilva merged commit b6a4c4a into master Nov 6, 2022
@caendesilva caendesilva deleted the refactor-xml-services branch November 6, 2022 18:51
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