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

Fixed argument parsing within YAML files #404

Merged
merged 2 commits into from Jul 28, 2021

Conversation

caronc
Copy link
Owner

@caronc caronc commented Jul 20, 2021

Description:

Related issue (if applicable): #403

YAML files are not correctly parsing the kwargs specified on a URL.

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • No lint errors (use flake8)
  • 100% test coverage

@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2021

Codecov Report

Merging #404 (738f84b) into master (93c7aef) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #404   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           94        94           
  Lines        11961     11984   +23     
  Branches      2003      2011    +8     
=========================================
+ Hits         11961     11984   +23     
Impacted Files Coverage Δ
apprise/plugins/NotifyEmail.py 100.00% <ø> (ø)
apprise/config/ConfigBase.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93c7aef...738f84b. Read the comment docs.

@caronc caronc force-pushed the 403-config-template-translations branch from 738f84b to 7bb1538 Compare July 28, 2021 14:32
@caronc caronc merged commit ab6b6b5 into master Jul 28, 2021
@caronc caronc deleted the 403-config-template-translations branch August 15, 2021 15:52
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.

None yet

2 participants