Skip to content

Commit

Permalink
cd: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
polomarcus committed Apr 22, 2024
1 parent 85286b6 commit c8e0117
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
git add pyproject.toml
git commit -m "[no ci]: $PROJECT_VERSION bumping version"
git push origin main
docker_build_push:
runs-on: ubuntu-latest
needs: build
steps:
- name: Login to Scaleway Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -65,10 +60,6 @@ jobs:
- name: Push ingest_to_db Image
run: docker push ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/ingest_to_db

scaleway_job_update:
runs-on: ubuntu-latest
needs: docker_build_push
steps:
- name: update scaleway job definition with version mediatree_import
uses: jawher/[email protected]
env:
Expand Down

1 comment on commit c8e0117

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
postgres
   insert_data.py44784%36–38, 57–59, 64
   insert_existing_data_example.py19384%25–27
postgres/schemas
   models.py1101586%101–108, 119–120, 152–162
quotaclimat/data_ingestion
   scrap_sitemap.py1341787%27–28, 33–34, 66–71, 95–97, 138–140, 202, 223–228
quotaclimat/data_ingestion/ingest_db
   ingest_sitemap_in_db.py553733%21–42, 45–58, 62–73
quotaclimat/data_ingestion/scrap_html
   scrap_description_article.py36392%19–20, 32
quotaclimat/data_processing/mediatree
   api_import.py17910641%42–46, 51–59, 63–66, 72, 75–102, 108–123, 128–130, 145–157, 161–164, 168–174, 185–197, 200–204, 210, 234–235, 239, 243–262, 265–267
   channel_program.py681085%14–16, 27–29, 33–34, 48, 77
   config.py15287%7, 16
   detect_keywords.py192498%197, 250–252
   utils.py662267%19, 30–54, 57, 76–77
quotaclimat/utils
   healthcheck_config.py291452%22–24, 27–38
   logger.py241154%22–24, 28–37
   sentry.py10280%21–22
TOTAL104325376% 

Tests Skipped Failures Errors Time
76 0 💤 0 ❌ 0 🔥 1m 26s ⏱️

Please sign in to comment.