Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: provide genes/transcripts endpoint with openapi (#605) #610

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
31 changes: 31 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# For more configuration details:
# https://docs.codecov.io/docs/codecov-yaml

# Check if this file is valid by running in bash:
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate

# Codecov configuration
# ---------------------
codecov:

# Coverage configuration
# ----------------------
coverage:
status:
patch: false

range: 70..90 # First number represents red, and second represents green
# (default is 70..100)
round: down # up, down, or nearest
precision: 0 # Number of decimal places, between 0 and 5

# Ignoring Paths
# --------------
# which folders/files to ignore
ignore:
- "misc/*.py"

# Pull request comments:
# ----------------------
# Diff is the Coverage Diff of the pull request.
# Files are the files impacted by the pull request
comment:
layout: diff, files # accepted in any order: reach, diff, flags, and/or files
2 changes: 1 addition & 1 deletion openapi.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ components:
description: Version of the `hgvs` crate.
VersionsInfoResponse:
type: object
description: Response of the `/v1/version` endpoint.
description: Response of the `/api/v1/version` endpoint.
required:
- software
- data
Expand Down
Loading
Loading