From 75c5c75bb324bd49a2099c8ed656f822a9c65c64 Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:02:17 +0100 Subject: [PATCH 1/7] Update cellx.yml --- .github/workflows/cellx.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index 835b5b7..56026bd 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -22,8 +22,10 @@ jobs: - name: Run Flake8 run: | flake8 - - name: Test with pytest + - name: Run tests with pytest run: | pip install -e . - pytest + pytest -v --color=yes --cov=cellx --cov-report=xml + - name: Coverage + uses: codecov/codecov-action@v1 From 2cebc000281ac0a478dd3927573c20dec98d5407 Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:06:46 +0100 Subject: [PATCH 2/7] Update cellx.yml --- .github/workflows/cellx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index 56026bd..11ff491 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -18,7 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 - pip install pytest + pip install pytest pytest-cov - name: Run Flake8 run: | flake8 From bf9cf1e0d48bbbd399fb7b9aa8ac0e37b6c0c890 Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:08:21 +0100 Subject: [PATCH 3/7] Update cellx.yml --- .github/workflows/cellx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index 11ff491..744067f 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -27,5 +27,5 @@ jobs: pip install -e . pytest -v --color=yes --cov=cellx --cov-report=xml - name: Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1 From c37835de2ae53b93f14fc806583742d84d403faf Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:09:42 +0100 Subject: [PATCH 4/7] Update cellx.yml --- .github/workflows/cellx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index 744067f..f2b7052 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -25,7 +25,7 @@ jobs: - name: Run tests with pytest run: | pip install -e . - pytest -v --color=yes --cov=cellx --cov-report=xml + pytest --color=yes --cov=cellx --cov-report=xml - name: Coverage uses: codecov/codecov-action@v1 From 608a47c87680d96323f3bd83b2a2ef8cd1211f6a Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:11:36 +0100 Subject: [PATCH 5/7] Update cellx.yml --- .github/workflows/cellx.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index f2b7052..8344d6a 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -19,13 +19,15 @@ jobs: python -m pip install --upgrade pip pip install flake8 pip install pytest pytest-cov - - name: Run Flake8 + - name: + Run Flake8 run: | flake8 - - name: Run tests with pytest + - name: + Run tests with pytest run: | pip install -e . - pytest --color=yes --cov=cellx --cov-report=xml + pytest - name: Coverage uses: codecov/codecov-action@v1 From 4a918c378dd220c70f5e979c741da91c1208906a Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:12:43 +0100 Subject: [PATCH 6/7] Update cellx.yml --- .github/workflows/cellx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index 8344d6a..4b9afac 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -27,7 +27,7 @@ jobs: Run tests with pytest run: | pip install -e . - pytest - - name: Coverage - uses: codecov/codecov-action@v1 + pytest -v --cov=cellx --cov-report=xml + - name: Coverage + uses: codecov/codecov-action@v1 From 39d8c4458d367402e3f6384f3ecb6a4fb9f91c4d Mon Sep 17 00:00:00 2001 From: Alan R Lowe Date: Fri, 6 Aug 2021 15:13:13 +0100 Subject: [PATCH 7/7] Update cellx.yml --- .github/workflows/cellx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cellx.yml b/.github/workflows/cellx.yml index 4b9afac..4647be4 100644 --- a/.github/workflows/cellx.yml +++ b/.github/workflows/cellx.yml @@ -29,5 +29,5 @@ jobs: pip install -e . pytest -v --cov=cellx --cov-report=xml - name: Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1