From b917e6c984327a76dd26c769e56f33ae7d555e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Fri, 5 Apr 2024 11:15:13 +0200 Subject: [PATCH] fix codeclimate --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5622e0..11099fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,9 @@ jobs: chmod ugo+x test-reporter-latest-linux-amd64 ./test-reporter-latest-linux-amd64 before-build - name: Test - run: coverage run setup.py test + run: | + python setup.py install + pytest -vv --cov=minijson env: DEBUG: '1' - name: Submit the code coverage -- GitLab