Skip to content

Commit 9132312

Browse files
authored
feat: provide genes/transcripts endpoint with openapi (#605) (#610)
1 parent ba15439 commit 9132312

File tree

5 files changed

+361
-17
lines changed

5 files changed

+361
-17
lines changed

codecov.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1+
# For more configuration details:
2+
# https://docs.codecov.io/docs/codecov-yaml
3+
4+
# Check if this file is valid by running in bash:
5+
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate
6+
7+
# Codecov configuration
8+
# ---------------------
9+
codecov:
10+
11+
# Coverage configuration
12+
# ----------------------
13+
coverage:
14+
status:
15+
patch: false
16+
17+
range: 70..90 # First number represents red, and second represents green
18+
# (default is 70..100)
19+
round: down # up, down, or nearest
20+
precision: 0 # Number of decimal places, between 0 and 5
21+
22+
# Ignoring Paths
23+
# --------------
24+
# which folders/files to ignore
125
ignore:
226
- "misc/*.py"
27+
28+
# Pull request comments:
29+
# ----------------------
30+
# Diff is the Coverage Diff of the pull request.
31+
# Files are the files impacted by the pull request
32+
comment:
33+
layout: diff, files # accepted in any order: reach, diff, flags, and/or files

openapi.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ components:
7777
description: Version of the `hgvs` crate.
7878
VersionsInfoResponse:
7979
type: object
80-
description: Response of the `/v1/version` endpoint.
80+
description: Response of the `/api/v1/version` endpoint.
8181
required:
8282
- software
8383
- data

0 commit comments

Comments
 (0)