Closed robertoszek closed 2 years ago
Merging #87 (ab425eb) into master (cd96b04) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #87 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 10 10
Lines 1229 1586 +357
==========================================
+ Hits 1229 1586 +357
Impacted Files | Coverage Δ | |
---|---|---|
pleroma_bot/__init__.py | 100.00% <100.00%> (ø) |
|
pleroma_bot/_misskey.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%> (ø) |
|
... and 2 more |
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 cd96b04...ab425eb. Read the comment docs.
Fixed
visibility
's value not being honored when defined as a global mapping in the config. Closes #86--forceDate
Enhancements
Added
include_quotes
config mapping, for including or excluding quoted tweetsrandom_user_order
global config mapping, for randomizing the order in which users are processed. Thanks @nemobis!{{ website }}
can be used on the metadata fields config and will be replaced with the website listed on the Twitter's account profile. Closes #81no_profile
config mapping, for skipping profile update (picture, banner, display name and bio) on a per-user basis