-
Tracked in #1587
Implement Code coverage for PR's via CI
Objectives
- run tests as part of CI
- generate codeCov for these tests & auto-publish the report as part of PR Comment...
- [Optionall…
-
# Тесты
- [ ] [Миграции](https://github.com/hc-solutions/medical_app/tree/master/backend/app/alembic/versions) в бэкенде
- [x] Фронтенд, линтеры
- [x] Бэкенд, линтеры
- [ ] Бэкенд, pytest
- [x] s…
-
We need to integrate the Renovate bot into our CI/CD pipeline to automate dependency updates.
## Tasks
1. Install and configure the Renovate bot from [GitHub Apps](https://github.com/apps/renovat…
-
-
Once we have tests written as part of #6, we should add CI testing to have them run automatically. Most other HERA repos use GitHub Actions, so we should probably use that.
-
- [x] 서버 실행할 때 기존 파일을 삭제하고, 새 github build를 불러오도록 설정
- [x] 서버 자신을 업데이트하고, 재실행하도록 설정.
- [x] build 파일 gitignore 해제
-
**Acceptance Criteria**:
- On every push to `main`, **but only when the server source code is changed**, the website deployment on Google Cloud Run is updated **without developer intervention**
-
Below is a sample of the things we would like to automate
- [x] ~~Build the base projects~~
- [ ] Run the source code generator
- [x] ~~Run the linter? (maybe use [StyleCopAnalyzers](https://gith…
-
-
PODMAN RUN ERROR:
$ podman run --log-level=debug --device /dev/fuse:rw --rm --network=host --privileged --security-opt label=disable --security-opt seccomp=unconfined hello-world
time="2024-11-18T14:3…