Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/shun198/drf-practice int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
shun198 committed Jun 9, 2024
2 parents 9ef1d9e + 59b66c3 commit 1cc8cd5
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 81 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/docs.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/label-syncer.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/labeler.yml

This file was deleted.

39 changes: 39 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"timezone": "Asia/Tokyo",
"assignees": [
"shun198"
],
"reviewers": [
"shun198"
],
"addLabels": [
"renovate"
],
"schedule": [
"* 7 * * *"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchDepTypes": [
"dev.dependencies"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"ignoreDeps": [
"python",
"postgres",
"nginx"
]
}

1 comment on commit 1cc8cd5

@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
application
   __init__.py844 50%
   admin.py10100% 
   apps.py40100% 
   celery.py120100% 
   emails.py633 50%
   filters.py1422 86%
   injectors.py1622 88%
   permissions.py291414 52%
   urls.py130100% 
application/migrations
   0001_initial.py110100% 
   __init__.py00100% 
application/models
   __init__.py20100% 
   customer.py310100% 
   user.py300100% 
application/serializers
   __init__.py00100% 
   customer.py1644 75%
   sms.py40100% 
   user.py140100% 
application/tests
   __init__.py00100% 
   common_method.py744 43%
   conftest.py4555 89%
   test_tasks.py10100% 
application/tests/factories
   __init__.py00100% 
   customer.py200100% 
   user.py140100% 
application/tests/models
   __init__.py00100% 
   test_customer.py780100% 
   test_user.py810100% 
application/tests/serializers
   __init__.py00100% 
   test_customer.py270100% 
   test_user.py150100% 
application/tests/views
   __init__.py00100% 
   test_health_check.py60100% 
   test_health_check_feature.py80100% 
   test_login.py5055 90%
   test_login_feature.py400100% 
   test_user.py2811 96%
application/utils
   __init__.py00100% 
   customer_storage.py60100% 
   get_client_ip.py611 83%
   logs.py140100% 
   password_validator.py844 50%
   sms.py2399 61%
application/views
   __init__.py00100% 
   customer.py120100% 
   health_check.py80100% 
   login.py3844 89%
   sms.py1855 72%
   user.py331111 67%
project
   __init__.py00100% 
project/settings
   __init__.py00100% 
   base.py370100% 
   environment.py190100% 
   local.py2011 95%
project/urls
   __init__.py00100% 
   base.py30100% 
   local.py40100% 
TOTAL8807991% 

Tests Skipped Failures Errors Time
54 0 💤 0 ❌ 0 🔥 6.764s ⏱️

Please sign in to comment.