Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awhipp authored Apr 20, 2024
1 parent 360529d commit ca0a7e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "poetry" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

1 comment on commit ca0a7e3

@github-actions
Copy link

Choose a reason for hiding this comment

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

Code Coverage

Code Coverage
FileStmtsMissCoverMissing
foresight
   __init__.py00100% 
foresight/indicator_services
   __init__.py00100% 
   indicator.py65650%3–4, 7–8, 10–13, 16, 21, 24, 27–30, 32, 39–44, 50, 52–56, 58, 60, 63, 69, 71, 73–75, 79, 83–84, 88–90, 94, 96, 98, 100, 102, 114, 116–117, 123, 125, 128, 131, 134, 136, 138, 140–142, 144–145, 147, 149, 151
   moving_average_indicator.py19190%2, 4–5, 8, 13, 16, 24–25, 32, 34, 37–38, 40–41, 44, 46, 49–50, 55
foresight/interface_service
   __init__.py00100% 
   app.py32320%3–5, 7–10, 12, 15, 18, 21, 26, 29, 31, 39–40, 42, 45–46, 48, 51–52, 54–57, 59–60, 62, 65–67
foresight/models
   __init__.py00100% 
   forex_data.py70100% 
   pricing.py40100% 
   stream.py180100% 
foresight/stream_service
   __init__.py00100% 
   app.py741382%83, 111, 132, 134–135, 159, 162–168
foresight/utils
   __init__.py00100% 
   aws.py12120%3, 5, 8, 11, 13–14, 21, 27, 30, 32–33, 40
   database.py551376%57–58, 73–76, 79, 90–91, 93, 97–99
   logger.py90100% 
foresight/window_service
   __init__.py00100% 
   app.py42420%3–4, 6–7, 9–10, 13, 18, 21, 32, 34–35, 49, 52–53, 66–68, 71, 73, 83, 85–87, 92–93, 98–107, 111–113, 117–118, 124
tests
   __init__.py00100% 
   conftest.py90100% 
tests/stream_service
   __init__.py00100% 
   test_app.py530100% 
TOTAL39919650% 

Please sign in to comment.