eldur / jwbf

Java Wiki Bot Framework is a library to maintain Wikis like Wikipedia based on MediaWiki.
http://jwbf.sourceforge.net/
Apache License 2.0
78 stars 33 forks source link

Added a fully fledged Recent Changes query #71

Closed ZeroOne3010 closed 5 years ago

ZeroOne3010 commented 5 years ago

Closes #69.

codecov-io commented 5 years ago

Codecov Report

Merging #71 into master will increase coverage by 0.12%. The diff coverage is 76.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #71      +/-   ##
============================================
+ Coverage     74.25%   74.37%   +0.12%     
- Complexity      739      755      +16     
============================================
  Files            73       75       +2     
  Lines          2746     2884     +138     
  Branches        236      248      +12     
============================================
+ Hits           2039     2145     +106     
- Misses          625      646      +21     
- Partials         82       93      +11
Impacted Files Coverage Δ Complexity Δ
...eforge/jwbf/mediawiki/contentRep/RecentChange.java 71.6% <71.6%> (ø) 6 <6> (?)
.../jwbf/mediawiki/actions/queries/RecentChanges.java 84.21% <84.21%> (ø) 10 <10> (?)

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 8a9e940...2fcafd5. Read the comment docs.

ZeroOne3010 commented 5 years ago

The Checkstyle plugin noticed some issues so I force-pushed a version where those issues are fixed.

eldur commented 5 years ago

merged