codecov/codecov-api
Fork: 30 Star: 216 (更新于 2024-10-17 21:09:10)
license: NOASSERTION
Language: Python .
Code for the API of Codecov
最后发布版本: self-hosted-24.9.1 ( 2024-09-04 04:07:17)
Codecov API
We believe that everyone should have access to quality software (like Sentry), that’s why we have always offered Codecov for free to open source maintainers.
By making our code public, we’re not only joining the community that’s supported us from the start — but also want to make sure that every developer can contribute to and build on the Codecov experience.
A private Django REST Framework API intended to serve Codecov's front end.
Getting Started
Building
This project contains a makefile. To build the docker image:
make build
requirements.txt
is used in the base image. If you make changes to requirements.txt
you will need to rebuild.
Note, you'll need to install Rust to build ribs
which is a dependency of shared
. Go here for more info on how to do this: https://www.rust-lang.org/tools/install
Running Standalone
This project contains a docker-compose.yml
file that is intended to run the api standalone. In this configuration it does not share codecov.io's development database; so don't expect parity there.
To start the service, do
docker-compose up
Utilizing its own database provides a convenient way for the REST API to provide its own helpful seeds and migrations for active development without potentially destroying/modifying your development database for codecov.io.
Once running, the api will be available at http://localhost:5100
Running with codecov.io
This service will startup when you run codecov.io normally. It is under that api
block of codecov.io's docker-compose.yml
file.
Testing
The easiest way to run tests (that doesn't require installing postgres and other dependencies) is to run inside of docker:
docker-compose up
docker exec -it codecov-api_api_1 pytest -rf --no-migrations
Testing standalone
If you would like to use pytest directly (Either through an IDE like PyCharm or with the CLI), you will need to change the settings file used by pytest. Run this command to have the tests executed (You will need an instance of postgres running locally):
RUN_ENV=TESTING DJANGO_SETTINGS_MODULE=codecov.settings_test pytest
Make sure to have all the requirements from requirements.txt
installed.
Deploying
All work merged into the main
branch is immediately deployed to the production environment. More context on this strategy can be found here.
Deploying to Staging environment
To deploy to our staging environment it's crucial to follow these steps:
- Check in Slack to see if anyone is currently using the staging environment
- If not, delete the current
staging
branch - Create a new
staging
branch and merge your feature branch into it
Steps 2 and 3 are important to limit interaction between features not yet merged into main
. This approach was inspired by this document: https://codecovio.atlassian.net/wiki/spaces/ENG/pages/507445249/Branching+and+Continuous+Delivery+Strategy+Proposal
Secret and Credential Management
This project should store no secrets or credentials in its source. If you need to add to / modify / setup secrets for this project, contact Eli and he'll get you started..
Adding dependencies
This repository uses pip-tools
to manage dependencies, so make sure you've installed it with pip install pip-tools
. To add or update dependencies, change requirements.in
, Then run
pip-compile requirements.in
Do not change requirements.txt
directly.
Formatting
This project uses ruff
for formatting.
You can run the linter using the command make lint
.
Migrations
We leverage Django's migration system to keep the state of our models in sync with the state of our database. You can read more about how we work with migrations at https://codecovio.atlassian.net/wiki/spaces/ENG/pages/1696530442/Migrations
Contributing
This repository, like all of Codecov's repositories, strives to follow our general Contributing guidlines. If you're considering making a contribution to this repository, we encourage review of our Contributing guidelines first.
最近版本更新:(数据更新于 2024-09-16 19:54:41)
2024-09-04 04:07:17 self-hosted-24.9.1
2024-08-07 05:22:41 self-hosted-24.8.1
2024-07-03 02:13:56 self-hosted-24.7.1
2024-06-06 03:26:48 self-hosted-24.6.1
2024-05-03 01:45:08 self-hosted-24.5.1
2024-04-02 03:58:08 self-hosted-24.4.1
2024-02-02 08:41:19 self-hosted-24.2.1
2023-12-05 05:24:32 self-hosted-23.12.4
2023-11-04 01:30:55 self-hosted-23.11.2
2023-10-03 23:02:37 self-hosted-23.10.2
codecov/codecov-api同语言 Python最近更新仓库
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-05 11:00:51 home-assistant/core
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp
2024-11-02 04:45:40 princeton-vl/infinigen