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

Added Matrix Attachment support #921

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Conversation

caronc
Copy link
Owner

@caronc caronc commented Aug 7, 2023

Description:

Related issue (if applicable): #795 and #356

Added Matrix Attachment support

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

Testing

Anyone can help test this source code as follows:

# Create a virtual environment to work in as follows:
python3 -m venv apprise

# Change into our new directory
cd apprise

# Activate our virtual environment
source bin/activate

# Install the branch
pip install git+https://github.com/caronc/apprise.git@795-matrix-attachment-support

# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
  "matrix://credentials" \
 --attach=/path/to/file

@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c56d4c5) 99.52% compared to head (665f5ab) 99.52%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #921   +/-   ##
=======================================
  Coverage   99.52%   99.52%           
=======================================
  Files         122      122           
  Lines       16235    16290   +55     
  Branches     3309     3327   +18     
=======================================
+ Hits        16158    16213   +55     
  Misses         68       68           
  Partials        9        9           
Files Changed Coverage Δ
apprise/plugins/NotifyMatrix.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caronc caronc force-pushed the 795-matrix-attachment-support branch from 0d81de4 to bea08bd Compare August 12, 2023 23:09
@caronc caronc merged commit 207db69 into master Aug 14, 2023
12 checks passed
@caronc caronc deleted the 795-matrix-attachment-support branch August 14, 2023 01:06
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