We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23479b commit ce52d75Copy full SHA for ce52d75
.github/workflows/run_tests.yml
@@ -16,7 +16,7 @@ jobs:
16
submodules: true
17
fetch-depth: 1
18
- name: MOxUnit Action
19
- uses: joergbrech/moxunit-action@v1.2
+ uses: joergbrech/moxunit-action@v1.2.0
20
with:
21
tests: tests
22
src: src
manualTests/miss_hit.cfg
@@ -0,0 +1,4 @@
1
+# style guide (https://florianschanda.github.io/miss_hit/style_checker.html)
2
+regex_function_name: "((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
3
+regex_script_name: "((test_[a-z]+)|[a-z]+)(([A-Z]){1}[A-Za-z]+)*"
4
+regex_parameter_name: "test_suite|[A-Z]{2,}|[a-z]+([A-Z]+[a-z]*)*"
0 commit comments