mirror of
https://gitlab.com/MisterBiggs/stl-process.git
synced 2025-08-03 03:51:27 +00:00
try to get code coverage to work
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user