Skip to content

Instantly share code, notes, and snippets.

@freemo
Last active November 11, 2025 20:16
Show Gist options
  • Select an option

  • Save freemo/f88125c2c74eebc796cc27874169ec63 to your computer and use it in GitHub Desktop.

Select an option

Save freemo/f88125c2c74eebc796cc27874169ec63 to your computer and use it in GitHub Desktop.
Review the current unit test coverage report at `build/coverage.xml` and use it to write new Behave based unit tests to improve code coverage. Specifically, write Behave style unit tests that are descriptively named and specifically improve coverage on file `$$FILE_PATH$$` by writing tests that will target the uncovered lines in the report.
Review the current unit test coverage report at `build/coverage.xml` and use it to write new Behave based unit tests to improve code coverage. Specifically, write Behave style unit tests that are descriptively named and specifically improve coverage on the current file changes waiting to be committed to git by writing tests that will target the uncovered lines in the report. You should start by viewing the current code changes that need to be covered by running command `git diff HEAD`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment