Skip to content

Async files manipulation using anyio#985

Open
armanddidierjean wants to merge 9 commits intomainfrom
anyio
Open

Async files manipulation using anyio#985
armanddidierjean wants to merge 9 commits intomainfrom
anyio

Conversation

@armanddidierjean
Copy link
Copy Markdown
Member

Description

Summary

Classification

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 🔨 Refactor (non-breaking change that neither fixes a bug nor adds a feature)
  • 🔧 Infra CI/CD (changes to configs of workflows)
  • 💥 BREAKING CHANGE (fix or feature that require a new minimal version of the front-end)
  • 😶‍🌫️ No impact for the end-users

Impact & Scope

  • Core functionality changes
  • Single module changes
  • Multiple modules changes
  • Database migrations required
  • Other: ...

Testing

  • 1. Tested this locally
  • 2. Added/modified tests that pass the CI (or tested in a downstream fork)
  • 3. Tested in a deployed pre-prod
  • 0. Untestable (exceptionally), will be tested in prod directly

Documentation

  • Updated the docs accordingly :
  • " Docstrings
  • # Inline comments
  • No documentation needed

@armanddidierjean armanddidierjean changed the title Use async files manipulation using anyio Async files manipulation using anyio Apr 12, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2026

Codecov Report

❌ Patch coverage is 86.30137% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.43%. Comparing base (b08a5dd) to head (b2bfb28).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/modules/raid/endpoints_raid.py 50.00% 2 Missing ⚠️
...s/sport_competition/endpoints_sport_competition.py 50.00% 2 Missing ⚠️
app/utils/tools.py 91.30% 2 Missing ⚠️
app/core/mypayment/endpoints_mypayment.py 50.00% 1 Missing ⚠️
app/modules/calendar/endpoints_calendar.py 66.66% 1 Missing ⚠️
app/modules/cinema/endpoints_cinema.py 0.00% 1 Missing ⚠️
app/modules/phonebook/endpoints_phonebook.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #985      +/-   ##
==========================================
- Coverage   84.43%   84.43%   -0.01%     
==========================================
  Files         206      206              
  Lines       14918    14922       +4     
==========================================
+ Hits        12596    12599       +3     
- Misses       2322     2323       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@armanddidierjean armanddidierjean marked this pull request as ready for review April 12, 2026 10:02
@armanddidierjean armanddidierjean mentioned this pull request Apr 12, 2026
19 tasks
@warix8
Copy link
Copy Markdown
Contributor

warix8 commented Apr 12, 2026

Could you please update https://docs.myecl.fr/hyperion/other/data_files.html accordingly ?

@armanddidierjean
Copy link
Copy Markdown
Member Author

Could you please update https://docs.myecl.fr/hyperion/other/data_files.html accordingly ?

See aeecleclair/myecl-documentation#15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants