Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: misc wording changes

...

Info

pr tests are almost always required to pass for a PR to be merged.

...

When Do I

...

Need to Specify Test Tags?

  1. When a change is 100% covered by existing unit tests, there is no need to specify additional tags.

  2. When a change is covered by new unit tests, you might need to specify the corresponding Feature Tag.

  3. When a change is not 100% covered by unit tests, you do need to specify the corresponding Feature Tag.

    1. E.g. Middleware applications, high-level functional verification, 3rd-party libraries, integration

  4. When a change modifies or adds Functional Tests or the Functional Test Framework, you do need to specify the corresponding Feature Tags and/or Specific Test Tags.

  5. When a change fixes a specific failing Functional Test, you do need to specify the corresponding Specific Test Tags.

...