generated from Sage-Bionetworks-IT/lambda-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3241] Copy coverage and periodic changes (#14)
Copy the changes from lambda-template related to running a coverage report of the unit tests and running the unit tests periodically to validate our dependencies.
- Loading branch information
1 parent
1998f25
commit 600b589
Showing
6 changed files
with
862 additions
and
546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[run] | ||
relative_files = True | ||
|
||
# Use 'source' instead of 'omit' in order to ignore 'tests/unit/__init__.py' | ||
source = ssm_param |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: periodic | ||
|
||
on: | ||
# Run once a month | ||
schedule: | ||
- cron: '30 16 15 * *' # 16:30 UTC (9:30 PST) on the 15th of the month | ||
|
||
jobs: | ||
# Check that our current dependencies still work | ||
dependency-check: | ||
uses: "./.github/workflows/test.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.