Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 848 Bytes

exercise14.md

File metadata and controls

13 lines (7 loc) · 848 Bytes

Exercise 14 - Bonus Exercises

Run with test coverage

"Test coverage" is a measure used to describe the degree to which the source code of a program is executed when a particular test suite runs. It helps to identify areas of the code that are not being tested.

Try running any of the unit tests with test coverage in Test Explorer.

Create a GitLab CI Pipeline

As GovTech uses SHIP-HATS (GitLab) for source code management, it would be handy to know how to create a GitLab CI pipeline.

Here's a handy tutorial for creating your own GitLab CI pipeline.