Skip to content

Commit 47af57e

Browse files
authored
Merge pull request #95 from stax-labs/PLAT-1263-codecov
fix(ci): add codecov token
2 parents 3000ba9 + 3fe0b1c commit 47af57e

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
with:
3030
fail_ci_if_error: true
3131
files: ./coverage-reports/coverage-report.xml
32+
token: ${{ secrets.CODECOV_TOKEN }}

staxapp/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
This module contains the http api handlers.
33
"""
4+
45
import logging
56

67
import requests

0 commit comments

Comments
 (0)