We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3000ba9 + 3fe0b1c commit 47af57eCopy full SHA for 47af57e
3 files changed
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "tuesday"
9
+ time: "09:00"
10
+ timezone: "Australia/Melbourne"
11
+ groups:
12
+ all-actions:
13
+ patterns:
14
+ - "*"
.github/workflows/build.yml
@@ -29,3 +29,4 @@ jobs:
29
with:
30
fail_ci_if_error: true
31
files: ./coverage-reports/coverage-report.xml
32
+ token: ${{ secrets.CODECOV_TOKEN }}
staxapp/api.py
@@ -1,6 +1,7 @@
"""
This module contains the http api handlers.
import logging
import requests
0 commit comments