Skip to content

Commit

Permalink
YML & Reqs
Browse files Browse the repository at this point in the history
- adding reqs for tests
- updating dependabot for pip
  • Loading branch information
carlkidcrypto committed Nov 23, 2023
1 parent 170b5b4 commit 582ac5d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@

version: 2
updates:
# Maintain dependencies for github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
5 changes: 5 additions & 0 deletions tests/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
omit = */tests/*

[report]
omit = */tests/*
2 changes: 2 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage==7.3.2
requests-mock==1.11.0

0 comments on commit 582ac5d

Please sign in to comment.