diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aaa64e4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "tuesday" + time: "09:00" + timezone: "Australia/Melbourne" + groups: + all-actions: + patterns: + - "*" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba81f42..f777cba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,3 +29,4 @@ jobs: with: fail_ci_if_error: true files: ./coverage-reports/coverage-report.xml + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/staxapp/api.py b/staxapp/api.py index 05e6d5d..4f4df19 100644 --- a/staxapp/api.py +++ b/staxapp/api.py @@ -1,6 +1,7 @@ """ This module contains the http api handlers. """ + import logging import requests