Skip to content

Releases: lingochamp/okcheck

v0.2.8

05 Jan 16:48
Compare
Choose a tag to compare
  • Fix(findbugs): move class file check to task execution stage
  • Fix(okcheck): run all flavors when no flavor is specified
  • Fix(findbugs): skip task if no class files are present

v0.2.7

13 Nov 06:02
Compare
Choose a tag to compare

0.2.7

  • Feat: do not apply jacoco plugin manually if it has been applied and do not assign special jacoco version

v0.2.5: ci(release): release 0.2.5 to handle the case of only one root-projec…

18 Oct 12:18
Compare
Choose a tag to compare

0.2.5

2018-10-18

  • Fix: fix ArrayIndexOutOfBoundsException issue when need-remove-commit-id count larger than 20
  • Feat: handle the case of only have one root-project(no subprojects) case

v0.2.4: ci: release 0.2.4 for resolve on some case jacoco destroyed its exec …

10 Sep 09:50
Compare
Choose a tag to compare

2018-09-10

  • Fix: fix on some case because of mix of jacoco version raise exec file destroyed. Refs PR 7

V0.2.3

06 Jul 10:13
Compare
Choose a tag to compare
  • Feat: record latest commit id of deleted-branch because of there are many cases we need to calc diff from the deleted-branch lastest check-success commit id.
  • Feat: cover the case of branch-name is branch-name~xxx and HEAD

chore: release v0.2.2 to cover the case of can't handle the nearest p…

15 Jun 16:32
Compare
Choose a tag to compare

0.2.2

2018-06-16

  • Fix(Incremental): save up to 20 pass check commit ids for one branch to solve incremental check can't
    make sense when the nearest passed id was overwritten by later one.

v0.2.1

10 Jun 15:31
Compare
Choose a tag to compare

0.2.1

2018-06-10

  • Fix: fix no-such-property exclude issue and correct excludeBugFilter->excludeFilter closes #3
  • Fix: do not define input and output to solve can't save the last success commit id issue
  • Feat: change the default line-length from 100 to 120 checkstyle-with-suppression which has already been effected on
    checkstyle-non-suppression

v0.2.0

04 Jun 15:21
Compare
Choose a tag to compare

0.2.0

2018-06-04

  • Fix: fix no file analysis issue for okFindbugs because of path case sensitive
  • Fix: fix move failed which tests already exists when need to move tests folder to target path
  • Feat: support customize whether need to report xml on findbugs

v0.1.9

02 Jun 15:59
Compare
Choose a tag to compare
  • Fix: fix can't find createDebugCoverageReport issue when there are flavors exists

v0.1.8

23 May 02:01
Compare
Choose a tag to compare

0.1.8

2018-05-23

  • Feat: handle the case of android gradle plugin 3.2.0 for findbugs
  • Feat: integrate coverageReport for unitTest and androidTest and just disabled it as default. closes #2
  • Feat: change the coverageReport extension pattern. refs #2
  • Fix: fix can't create passed module file issue
  • Fix: fix test dir is exist issue