Skip to content

Commit

Permalink
Refactor coverage comment in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
draincoder committed Mar 4, 2024
1 parent ca6beee commit bf9a449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
with:
pytest-xml-coverage-path: ./coverage.xml
junitxml-path: ./junitxml.xml
create-new-comment: true
unique-id-for-comment: ${{ matrix.python-version }}

3 comments on commit bf9a449

@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
src/asgi_monitor
   __init__.py00100% 
src/asgi_monitor/integrations
   __init__.py00100% 
   fastapi.py160100% 
   starlette.py98198%110
src/asgi_monitor/logging
   __init__.py20100% 
   _default_processors.py80100% 
   _trace_processor.py190100% 
   configure.py250100% 
src/asgi_monitor/logging/gunicorn
   __init__.py30100% 
   logger.py10460%11, 22–24
   worker.py140100% 
src/asgi_monitor/logging/uvicorn
   __init__.py20100% 
   log_config.py470100% 
   worker.py28292%22, 27
src/asgi_monitor/metrics
   __init__.py20100% 
   container.py380100% 
   get_latest.py210100% 
   manager.py200100% 
src/asgi_monitor/tracing
   __init__.py20100% 
   config.py160100% 
   middleware.py70100% 
TOTAL378798% 

Tests Skipped Failures Errors Time
37 0 💤 0 ❌ 0 🔥 4.323s ⏱️

@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
src/asgi_monitor
   __init__.py00100% 
src/asgi_monitor/integrations
   __init__.py00100% 
   fastapi.py160100% 
   starlette.py98198%110
src/asgi_monitor/logging
   __init__.py20100% 
   _default_processors.py80100% 
   _trace_processor.py190100% 
   configure.py250100% 
src/asgi_monitor/logging/gunicorn
   __init__.py30100% 
   logger.py10460%11, 22–24
   worker.py140100% 
src/asgi_monitor/logging/uvicorn
   __init__.py20100% 
   log_config.py470100% 
   worker.py28292%22, 27
src/asgi_monitor/metrics
   __init__.py20100% 
   container.py380100% 
   get_latest.py210100% 
   manager.py200100% 
src/asgi_monitor/tracing
   __init__.py20100% 
   config.py160100% 
   middleware.py70100% 
TOTAL378798% 

Tests Skipped Failures Errors Time
37 0 💤 0 ❌ 0 🔥 4.812s ⏱️

@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
src/asgi_monitor
   __init__.py00100% 
src/asgi_monitor/integrations
   __init__.py00100% 
   fastapi.py160100% 
   starlette.py98198%110
src/asgi_monitor/logging
   __init__.py20100% 
   _default_processors.py80100% 
   _trace_processor.py190100% 
   configure.py250100% 
src/asgi_monitor/logging/gunicorn
   __init__.py30100% 
   logger.py10460%11, 22–24
   worker.py140100% 
src/asgi_monitor/logging/uvicorn
   __init__.py20100% 
   log_config.py470100% 
   worker.py28292%22, 27
src/asgi_monitor/metrics
   __init__.py20100% 
   container.py380100% 
   get_latest.py210100% 
   manager.py200100% 
src/asgi_monitor/tracing
   __init__.py20100% 
   config.py160100% 
   middleware.py70100% 
TOTAL378798% 

Tests Skipped Failures Errors Time
37 0 💤 0 ❌ 0 🔥 6.878s ⏱️

Please sign in to comment.