diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-01-24 20:47:26 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-01-24 20:59:17 +0100 |
commit | ddde2a9a43daf870c26bef33f47abe45b414c3d0 (patch) | |
tree | 52576f8a97011f733360bc9904f1890867cd8bfd /test.sh | |
download | imago-ddde2a9a43daf870c26bef33f47abe45b414c3d0.tar.gz imago-ddde2a9a43daf870c26bef33f47abe45b414c3d0.zip |
First commit!
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/sh +coverage run --source=imago -m unittest discover tests/ && coverage report -m --skip-empty |