Compare commits

...

1 Commits

Author SHA1 Message Date
596f6e01cc CI: Activate for master
After a merge request has been merged, the result should also be tested.
Otherwise gitlab won't run it
2021-01-21 21:42:31 +01:00

View File

@@ -20,5 +20,6 @@ test:
# The actual output that will be parsed by the code coverage
- grep -oP "Total.*?%" build/reports/jacoco/html/index.html
only:
- master
- merge_requests
- tags