Skip to content
Snippets Groups Projects
Commit 66fc8b10 authored by Malte Bauch's avatar Malte Bauch
Browse files

change regex to fit the `go tool` output

parent 9af03949
No related branches found
No related tags found
6 merge requests!376Add additional example application hostname-checker,!349Northbound refactoring to implement NIB concept for devices,!343Add basic application framework and example application to show interaction between events an NBI,!339Create basic venv-manager for use with arista,!334Fix: Status 'unknown' for coverage badges,!324Provide prototype implementation for topology handling
Pipeline #104887 failed
This commit is part of merge request !343. Comments created here will be created in the context of that merge request.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
variables: variables:
GOSDN_LOG: "nolog" GOSDN_LOG: "nolog"
GOSDN_CHANGE_TIMEOUT: "5000ms" GOSDN_CHANGE_TIMEOUT: "5000ms"
coverage: '/coverage: \d+.\d+% of statements/' coverage: 'total:\s+\(statements\)\s+(\d+.\d+\%)'
artifacts: artifacts:
when: always when: always
reports: reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment