From f74fe54d99567d7fd551dccc1d93f2f399cf68a6 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Mon, 9 Mar 2020 14:03:56 +0100 Subject: [PATCH 1/3] test --- time_based.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time_based.py b/time_based.py index 57996fc..1c00937 100644 --- a/time_based.py +++ b/time_based.py @@ -7,7 +7,7 @@ class TimeBased(): def __init__(self): - self.interval = 3 + self.interval = 1 self.decision = False self.logger = logging.getLogger(__name__) self.thread = threading.Thread(target=self.self_evaluation, args=()) From 30deb0af4266e29a2096710cbb7bb90dbc4e32b1 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Mon, 9 Mar 2020 14:16:47 +0100 Subject: [PATCH 2/3] badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a1d26..29a7c91 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# test-rep \ No newline at end of file +# test-rep +![Python application](https://github.com/vprokopets/test-rep/workflows/Python%20application/badge.svg) \ No newline at end of file From 2561e74f4f8141dc3dc359337c0a7a48b3afe192 Mon Sep 17 00:00:00 2001 From: vprokopets Date: Mon, 9 Mar 2020 14:40:01 +0100 Subject: [PATCH 3/3] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index ae17258..3ea5d83 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -32,5 +32,5 @@ jobs: pip install pytest pip install coverage coverage run --omit */dist-packages/* --branch -m pytest - coverage xml + coverage report