Commit 35f1bcd1 by Alexander Popov

Get a bit more coverage

parent 78a91671
...@@ -52,6 +52,8 @@ jobs: ...@@ -52,6 +52,8 @@ jobs:
- name: Collect coverage - name: Collect coverage
run: | run: |
coverage run -a --branch bin/kconfig-hardened-check coverage run -a --branch bin/kconfig-hardened-check
coverage run -a --branch bin/kconfig-hardened-check -h
coverage run -a --branch bin/kconfig-hardened-check --version
coverage run -a --branch bin/kconfig-hardened-check -p X86_64 coverage run -a --branch bin/kconfig-hardened-check -p X86_64
coverage run -a --branch bin/kconfig-hardened-check -p X86_64 -m verbose coverage run -a --branch bin/kconfig-hardened-check -p X86_64 -m verbose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment