1
0
mirror of https://gitlab.com/MisterBiggs/stl-process.git synced 2025-08-03 12:01:33 +00:00

try to get code coverage to work

This commit is contained in:
2022-04-05 17:05:58 -07:00
parent cb2ae94819
commit 8fe3685d3a

View File

@@ -27,6 +27,13 @@
Pkg.build();
Pkg.test(; coverage=true);'
interruptible: true
artifacts:
when: always
paths:
- ./*.cov
- ./*/*.cov
- ./*/*/*.cov
- ./*/*/*/*.cov
# Name a test and select an appropriate image.
# images comes from Docker hub