Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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