File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 24
24
setup-script : ' tests/ci_setup.sh'
25
25
test-script : ' tests/ci_commands_script.sh'
26
26
python-version : ' 3.9'
27
+ run-coveralls : true
27
28
28
29
ImageBuildAndPush :
29
30
name : Build Image and Push
Original file line number Diff line number Diff line change 100
100
"filename": ".github/workflows/ci.yaml",
101
101
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
102
102
"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
104
113
}
105
114
],
106
115
"bin/settings.py": [
327
336
}
328
337
]
329
338
},
330
- "generated_at": "2023-10-06T21:59:13Z "
339
+ "generated_at": "2023-10-20T23:12:07Z "
331
340
}
Original file line number Diff line number Diff line change 1
1
# sheepdog
2
2
3
3
[ ![ 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 )
6
5
## Installation
7
6
8
7
### For General Usage
@@ -104,4 +103,4 @@ After that you can run unit tests with:
104
103
bash tests/ci_commands_script.sh
105
104
```
106
105
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
You can’t perform that action at this time.
0 commit comments