Commit c2e24100 by Alexander Popov

Erase coverage to prepare for unit-testing

parent 08a85625
...@@ -166,3 +166,7 @@ jobs: ...@@ -166,3 +166,7 @@ jobs:
fail_ci_if_error: true fail_ci_if_error: true
verbose: true verbose: true
- name: Erase coverage
run: |
coverage erase
rm ./coverage.xml
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