Skip to content

Commit

Permalink
poetry: 1.8.3 to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polomarcus committed Jan 23, 2025
1 parent 06b2358 commit 7213ee4
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
PYTHON_VERSION: '3.12'
POETRY_VERSION: '1.8.3'
POETRY_VERSION: '2.0.1'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
PYTHON_VERSION: '3.12'
POETRY_VERSION: '1.8.3'
POETRY_VERSION: '2.0.1'

jobs:

Expand Down
Loading

1 comment on commit 7213ee4

@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.py43784%36–38, 57–59, 64
   insert_existing_data_example.py19384%25–27
postgres/schemas
   models.py1972189%152–153, 156–163, 172, 179, 181–182, 247–248, 251–256, 267, 274–275
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.py24915339%44–48, 54–89, 93–96, 102, 111, 117, 120–122, 125–172, 178–193, 198, 211–223, 227–233, 247–259, 262–266, 272, 317–318, 321–352, 355–357
   channel_program.py1625765%21–23, 34–36, 53–54, 57–59, 98–99, 108, 124, 175–216
   config.py15287%7, 16
   detect_keywords.py2571196%126–127, 283, 351–358, 400
   update_pg_keywords.py896725%16–19, 22–31, 36–157, 181, 184, 188–189, 199–220, 254–291, 298
   utils.py963267%29–53, 56, 65, 120–122, 135–138, 142–149
quotaclimat/data_processing/mediatree/s3
   api_to_s3.py15110034%64–78, 81–107, 110–123, 126–176, 179–205, 208–210
quotaclimat/data_processing/mediatree/stop_word
   main.py16010634%40–44, 70, 87–107, 117–183, 187–251, 255–284, 288–327, 330–332
quotaclimat/utils
   healthcheck_config.py291452%22–24, 27–38
   logger.py241154%22–24, 28–37
   sentry.py11282%22–23
TOTAL175464363% 

Tests Skipped Failures Errors Time
111 0 💤 0 ❌ 0 🔥 2m 46s ⏱️

Please sign in to comment.