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:
@@ -27,6 +27,13 @@
|
|||||||
Pkg.build();
|
Pkg.build();
|
||||||
Pkg.test(; coverage=true);'
|
Pkg.test(; coverage=true);'
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- ./*.cov
|
||||||
|
- ./*/*.cov
|
||||||
|
- ./*/*/*.cov
|
||||||
|
- ./*/*/*/*.cov
|
||||||
|
|
||||||
# Name a test and select an appropriate image.
|
# Name a test and select an appropriate image.
|
||||||
# images comes from Docker hub
|
# images comes from Docker hub
|
||||||
|
Reference in New Issue
Block a user