Skip to content

Introducing CI jobs for linting and integration testing

Tomas Vik requested to merge gitlab-ci into master

Closes #185 (closed)

This MR introduces CI tasks that run yarn run eslint and yarn run test.

I tried to avoid any changes to production code. The only exception was formatting the src/webview_controller.js with prettier. That way the eslint job can enforce code formatting.

Successful jobs

Further work

  • fix the eslint warnings
  • create tasks for unit testing and publishing (example in gitlab-example-extension )
    • rename the unit-tests to integration_tests
Edited by Tomas Vik

Merge request reports