Bug 30146 - Add test for missing SCSS compilation
Summary: Add test for missing SCSS compilation
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-21 19:11 UTC by Victor Grousset/tuxayo
Modified: 2022-02-21 19:11 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Grousset/tuxayo 2022-02-21 19:11:36 UTC
This is a request for a test that checks that it hasn't been missed by RMaints or the RM.

Not enough RMaints use the pre-push git hook (see link bellow) that does the check locally before pushing. I have found 2 or 3 times uncompiled SCSS (thanks to the hook!) when I started working on a new (old) branch that in the previous cycle, had compilation forgotten.

Is that feasible to have tests that use git? It could work like the prepush hook for "Check for missing CSS Compiles" section:
https://wiki.koha-community.org/wiki/Tips_and_tricks#pre-push