Currently there are no integration tests for harpoon and unit-tests are not run in a pipeline.
This makes the code weak, so in order to harden it a pipeline that runs on every push might be needed.
For integration tests we should use testscript to test the built CLI.
Currently there are no integration tests for
harpoon
and unit-tests are not run in a pipeline. This makes the code weak, so in order to harden it a pipeline that runs on every push might be needed. For integration tests we should usetestscript
to test the built CLI.