This commit is contained in:
parent
264e9a5dcf
commit
ba5b52b15d
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ pipeline:
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -e .[test]
|
- pip3 install -e .[test]
|
||||||
- python3 -m unittest coverage run --rcfile=setup.cfg -m unittest discover pkgtls_exporter
|
- python3 -m unittest coverage run --rcfile=setup.cfg -m unittest discover tlsrpt_exporter
|
||||||
- python3 -m unittest coverage combine
|
- python3 -m unittest coverage combine
|
||||||
- python3 -m unittest coverage report --rcfile=setup.cfg
|
- python3 -m unittest coverage report --rcfile=setup.cfg
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -e .[test]
|
- pip3 install -e .[test]
|
||||||
- pycodestyle pkgtls_exporter
|
- pycodestyle tlsrpt_exporter
|
||||||
|
|
||||||
build_wheel:
|
build_wheel:
|
||||||
image: python:3.11-bookworm
|
image: python:3.11-bookworm
|
||||||
|
|
Loading…
Reference in a new issue