icon

Errcheck

Checks for unchecked errors in go program

Runs errcheck command on the given packages one-by-one:

errcheck -asserts=true -blank=true -verbose <package>

Similar steps

This step runs detekt gradle task on your project.

Runs Instrumented tests on an existing APK

Runs Lint on your Android project source files and detects potential syntax errors to keep your code error free.

This step runs your Android project's unit tests.