Skip to content

Commit cefd2e0

Browse files
authored
Merge pull request #59 from chicagopcdc/pcdc_dev
Pcdc dev
2 parents 6f2fcb3 + 5a74e9d commit cefd2e0

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
setup-script: 'tests/ci_setup.sh'
2525
test-script: 'tests/ci_commands_script.sh'
2626
python-version: '3.9'
27+
run-coveralls: true
2728

2829
ImageBuildAndPush:
2930
name: Build Image and Push

.secrets.baseline

+11-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,16 @@
100100
"filename": ".github/workflows/ci.yaml",
101101
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
102102
"is_verified": false,
103-
"line_number": 19
103+
"line_number": 18
104+
}
105+
],
106+
"README.md": [
107+
{
108+
"type": "Secret Keyword",
109+
"filename": "README.md",
110+
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
111+
"is_verified": false,
112+
"line_number": 71
104113
}
105114
],
106115
"bin/settings.py": [
@@ -327,5 +336,5 @@
327336
}
328337
]
329338
},
330-
"generated_at": "2023-10-06T21:59:13Z"
339+
"generated_at": "2023-10-20T23:12:07Z"
331340
}

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# sheepdog
22

33
[![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)
4-
[![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)
5-
4+
[![Coverage Status](https://coveralls.io/repos/github/uc-cdis/sheepdog/badge.svg)](https://coveralls.io/github/uc-cdis/sheepdog)
65
## Installation
76

87
### For General Usage
@@ -104,4 +103,4 @@ After that you can run unit tests with:
104103
bash tests/ci_commands_script.sh
105104
```
106105

107-
> You can see more detailed information on local dev setup in the docs/local_dev_environment.md
106+
> You can see more detailed information on local dev setup in the docs/local_dev_environment.md

0 commit comments

Comments
 (0)