Now YAML coverage test generates a nice HTML template

This commit is contained in:
Aaron Traas 2017-07-07 22:37:12 -04:00
parent 6af7db8cd9
commit 4446c61d5f
4 changed files with 192 additions and 9 deletions

View file

@ -12,7 +12,7 @@ binary:debug:
- apk update
- apk add make gcc musl-dev python3 libedit-dev
- pip3 install PyYAML
script:
script:
- make debug
artifacts:
paths:
@ -31,7 +31,7 @@ binary:release:
- apk update
- apk add make gcc musl-dev python3 libedit-dev
- pip3 install PyYAML
script:
script:
- make advent cheat
artifacts:
paths:
@ -81,7 +81,8 @@ test:debug:
stage: test
before_script:
- apk update
- apk add make gcc libedit-dev
- apk add make gcc python3 libedit-dev
- pip3 install PyYAML
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
script:
- cd tests
@ -118,4 +119,3 @@ pages:
- master
dependencies:
- test:debug