mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-29 18:32:52 +02:00
Show test coverage
This commit is contained in:
parent
83c9595ba4
commit
56363dae4d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/run-automatest-tests.yml
vendored
5
.github/workflows/run-automatest-tests.yml
vendored
|
@ -27,4 +27,7 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
docker exec -i -e DEBUG=1 tester rebar3 ct --sys_config config/test.config --readable=false --cover --verbose=true && rebar3 cover --verbose
|
||||
docker exec -i -e DEBUG=1 tester rebar3 ct --sys_config config/test.config --readable=false --cover --verbose=true
|
||||
|
||||
- name: Show test coverage
|
||||
run: docker exec -i tester rebar3 cover --verbose
|
Loading…
Add table
Add a link
Reference in a new issue