Skip to content

Commit

Permalink
Merge pull request #401 from uc-cdis/fix/code-coverage
Browse files Browse the repository at this point in the history
Readd code coverage with coveralls
  • Loading branch information
k-burt-uch authored Oct 23, 2023
2 parents 6b96042 + 1174353 commit 01a3e9c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 11 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -327,5 +336,5 @@
}
]
},
"generated_at": "2023-10-06T21:59:13Z"
"generated_at": "2023-10-20T23:12:07Z"
}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
> You can see more detailed information on local dev setup in the docs/local_dev_environment.md

0 comments on commit 01a3e9c

Please sign in to comment.