Skip to content

Commit 937b704

Browse files
author
Francisco
committed
fix: remove Codecov step from CI workflow and simplify Pytest coverage configuration
1 parent 7c23709 commit 937b704

4 files changed

Lines changed: 105 additions & 154 deletions

File tree

.releaserc.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
[
1717
"@semantic-release/exec",
1818
{
19-
20-
"prepareCmd": "python scripts/update_pyproject_version.py ${nextRelease.version} src/api/entities_api/pyproject.toml && python scripts/update_pyproject_version.py ${nextRelease.version} src/api/sandbox/pyproject.toml"
19+
"prepareCmd": "python scripts/update_pyproject_versions.py ${nextRelease.version} pyproject.toml src/api/sandbox/pyproject.toml"
2120
}
2221
],
2322
"@semantic-release/github",
@@ -26,8 +25,7 @@
2625
{
2726
"assets": [
2827
"CHANGELOG.md",
29-
30-
"src/api/entities_api/pyproject.toml",
28+
"pyproject.toml",
3129
"src/api/sandbox/pyproject.toml"
3230
],
3331
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

api_unhashed_reqs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ websockets==15.0.1
1414
transformers>=4.33.0,<5.0.0
1515
# ------------------------------------------------------------------ #
1616
# Internal packages
17-
projectdavid[embeddings]==1.75.2
17+
projectdavid[embeddings]==1.76.0
1818

1919
# web search tools
2020

sandbox_reqs_unhashed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ websockets==15.0.1
1010
# transformers>=4.33.0,<5.0.0
1111
# ------------------------------------------------------------------ #
1212
# Internal packages
13-
projectdavid==1.75.2
13+
projectdavid==1.76.0
1414
jwt
1515

0 commit comments

Comments
 (0)