Closed robertoszek closed 2 years ago
Merging #61 (0e6180f) into master (1b8b7e4) will increase coverage by
0.33%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #61 +/- ##
===========================================
+ Coverage 99.66% 100.00% +0.33%
===========================================
Files 8 9 +1
Lines 901 1178 +277
===========================================
+ Hits 898 1178 +280
+ Misses 3 0 -3
Impacted Files | Coverage Δ | |
---|---|---|
pleroma_bot/__init__.py | 100.00% <100.00%> (+6.66%) |
:arrow_up: |
pleroma_bot/_error.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/_pin.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/_pleroma.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/_processing.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/_twitter.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/_utils.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/cli.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 1b8b7e4...0e6180f. Read the comment docs.
Fixed
max_tweets
not accepting values higher than 100Added
twitter_username
value can be a list now, for having multiple Twitter accounts as sources for one target Fediverse account.--archive
(more info in the docs)keep_media_links
. This option does not affect the upload of attachments.invidious
andinvidious_base_url
Enhancements
bio_text
is no longer a mandatory mapping on the configCloses #60 Closes #59 Closes #58 Closes #56 Closes #51 Closes #7