Commit graph

5 commits

Author SHA1 Message Date
99ebc86270
refactor: add lint test and refactor code.
- lint test using golangci-lint.
- lint test added as a job in the testing stage.
- code refactoring based on feedback.
2020-01-24 09:51:21 +00:00
1d79a4c7e6
test: added test suite for validating Pominal 2020-01-20 09:13:47 +00:00
c8a1d0adfa
refactor: add a stop channel 2020-01-19 21:26:46 +00:00
5fd24b80df
test: improve testing suite and added reporting
* replace the table driven test with sub tests.
* create and publish code coverage reports via GitLab pages.
* use JUnit to view test results in the test tab in the pipeline view.
* upgrade Go to version 1.13.6.
2020-01-18 01:04:51 +00:00
425f23e70f
fix: set minimum maxWorkSessions for a cycle
- set the minimum number of work sessions to 1.
- test the creation of Pominal variables.
2019-09-23 09:05:19 +01:00