Skip to content

Commit

Permalink
Merge pull request #95 from stax-labs/PLAT-1263-codecov
Browse files Browse the repository at this point in the history
fix(ci): add codecov token
  • Loading branch information
leonhazen authored May 30, 2024
2 parents 3000ba9 + 3fe0b1c commit 47af57e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
with:
fail_ci_if_error: true
files: ./coverage-reports/coverage-report.xml
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions staxapp/api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains the http api handlers.
"""

import logging

import requests
Expand Down

0 comments on commit 47af57e

Please sign in to comment.