Skip to content

Commit

Permalink
Removing CodeQL (#1362)
Browse files Browse the repository at this point in the history
* Remove codeql and update PR template

* Remove unused badges, CodeQL Stuff

* Fix linting

* Fix PR tags
  • Loading branch information
vigneshhari authored Jun 8, 2023
1 parent 9e2af72 commit d0c4096
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

_*Only PR's with test cases included and passing lint and test pipelines will be reviewed*_

@coronasafe/code-reviewers
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,3 @@ jobs:
coverage combine || true
coverage xml
coverage report -m
- name: Upload coverage report
uses: codecov/codecov-action@v2
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Care Backend


<p align="center">
<a href="https://ohc.network">
<picture>
Expand All @@ -11,18 +10,13 @@
</p>

[![Deploy Care](https://github.com/coronasafe/care/actions/workflows/deployment.yaml/badge.svg)](https://github.com/coronasafe/care/actions/workflows/deployment.yaml)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=coronasafe_care&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=coronasafe_care)
[![DeepScan grade](https://deepscan.io/api/teams/10238/projects/12962/branches/208996/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10238&pid=12962&bid=208996)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg)](https://github.com/pydanny/cookiecutter-django/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Chat](https://img.shields.io/badge/-Join%20us%20on%20slack-7b1c7d?logo=slack)](https://slack.coronasafe.in/)



This is the backend for care. an open source platform for managing patients, health workers, and hospitals.


## Features

Care backend makes the following features possible:
Expand All @@ -40,10 +34,10 @@ Care backend makes the following features possible:

You can find the docs at https://care-be-docs.coronasafe.network


### Staging Deployments

Staging instances for testing are automatically deployed on every commit to the `master` branch. The staging instances are available at:
Staging instances for testing are automatically deployed on every commit to the `master` branch. The staging instances
are available at:

- https://careapi.ohc.network

Expand All @@ -58,15 +52,16 @@ put the required environment variables in a `.env` file and run:
make up
```

> ⚠️ If you are unable to compose up care in windows, ensure line endings are set to `LF` (`docker-entrypoint.sh` won't work with `CRLF` line endings).
> ⚠️ If you are unable to compose up care in windows, ensure line endings are set to `LF` (`docker-entrypoint.sh` won't
> work with `CRLF` line endings).
> ```
> git config core.autocrlf false
> ```
#### Docker
Prebuilt docker images for server deployments are available on [ghcr](https://github.com/coronasafe/care/pkgs/container/care)
Prebuilt docker images for server deployments are available
on [ghcr](https://github.com/coronasafe/care/pkgs/container/care)
## Contributing
Expand Down

0 comments on commit d0c4096

Please sign in to comment.