From 1174353aac7c66aba93fba298e33358ac5a71a27 Mon Sep 17 00:00:00 2001 From: Kyle Burton Date: Fri, 29 Sep 2023 14:33:07 -0500 Subject: [PATCH] Readd coveralls code coverage --- .github/workflows/ci.yaml | 1 + .secrets.baseline | 13 +++++++++++-- README.md | 5 ++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5bc2490f..5dc68898 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: setup-script: 'tests/ci_setup.sh' test-script: 'tests/ci_commands_script.sh' python-version: '3.9' + run-coveralls: true ImageBuildAndPush: name: Build Image and Push diff --git a/.secrets.baseline b/.secrets.baseline index 7c7da348..b91536e6 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -100,7 +100,16 @@ "filename": ".github/workflows/ci.yaml", "hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0", "is_verified": false, - "line_number": 19 + "line_number": 18 + } + ], + "README.md": [ + { + "type": "Secret Keyword", + "filename": "README.md", + "hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", + "is_verified": false, + "line_number": 71 } ], "bin/settings.py": [ @@ -327,5 +336,5 @@ } ] }, - "generated_at": "2023-10-06T21:59:13Z" + "generated_at": "2023-10-20T23:12:07Z" } diff --git a/README.md b/README.md index 12fbc762..cf604c6b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # sheepdog [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0069fa67707f48a7aabfe9de6b857392)](https://www.codacy.com/app/uc-cdis/sheepdog?utm_source=github.com&utm_medium=referral&utm_content=uc-cdis/sheepdog&utm_campaign=Badge_Grade) -[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/0069fa67707f48a7aabfe9de6b857392)](https://www.codacy.com/app/uc-cdis/sheepdog?utm_source=github.com&utm_medium=referral&utm_content=uc-cdis/sheepdog&utm_campaign=Badge_Coverage) - +[![Coverage Status](https://coveralls.io/repos/github/uc-cdis/sheepdog/badge.svg)](https://coveralls.io/github/uc-cdis/sheepdog) ## Installation ### For General Usage @@ -104,4 +103,4 @@ After that you can run unit tests with: bash tests/ci_commands_script.sh ``` -> You can see more detailed information on local dev setup in the docs/local_dev_environment.md \ No newline at end of file +> You can see more detailed information on local dev setup in the docs/local_dev_environment.md