tacheometry / testez-companion

Run TestEZ tests and view their results right from VS Code
https://marketplace.visualstudio.com/items?itemName=tacheometrist.testez-companion
GNU General Public License v3.0
22 stars 4 forks source link

Add plugin testing workflow #6

Closed LastTalon closed 3 years ago

LastTalon commented 3 years ago

Splits up workflow actions into general CI and formatting for clarity. Workflow actions are no longer separated by plugin/extension for because of interaction when reporting coverage (the extension does not yet report coverage).

Includes all necessary config files for testing including:

LastTalon commented 3 years ago

The failing coverage reporting is normal when no tests were conducted. The workflow should be good for review now.

LastTalon commented 3 years ago

Just figured out prettier had been overriding my tab settings in json files (with no config file). The formatting should be consistent now.