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

Add support for publish to Nostr #311

Merged
merged 8 commits into from
Feb 10, 2023
Merged

Add support for publish to Nostr #311

merged 8 commits into from
Feb 10, 2023

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented Feb 5, 2023

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

@waybackarchiver waybackarchiver added documentation Improvements or additions to documentation enhancement New feature or request go Pull requests that update Go code labels Feb 5, 2023
@codecov
Copy link

codecov bot commented Feb 5, 2023

Codecov Report

Base: 45.50% // Head: 45.55% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (aa5d465) compared to base (5c55f17).
Patch coverage: 59.88% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #311      +/-   ##
==========================================
+ Coverage   45.50%   45.55%   +0.05%     
==========================================
  Files          41       43       +2     
  Lines        5017     5141     +124     
==========================================
+ Hits         2283     2342      +59     
- Misses       2477     2530      +53     
- Partials      257      269      +12     
Impacted Files Coverage Δ
publish/publish.go 56.52% <16.66%> (-2.79%) ⬇️
publish/nostr.go 37.50% <37.50%> (ø)
template/render/nostr.go 61.53% <61.53%> (ø)
template/render/render.go 79.85% <85.36%> (+2.19%) ⬆️
config/options.go 93.75% <100.00%> (+0.20%) ⬆️
config/parser.go 91.84% <100.00%> (+0.14%) ⬆️
template/render/mastodon.go 66.66% <100.00%> (ø)
template/render/twitter.go 70.37% <100.00%> (-6.23%) ⬇️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@waybackarchiver waybackarchiver changed the title Add support publish to Nostr Add support for publish to Nostr Feb 8, 2023
@waybackarchiver waybackarchiver merged commit ed7b7eb into main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant