Skip to content

Commit 6f6df72

Browse files
committed
debug github actions
1 parent cb86027 commit 6f6df72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source = ssh-utilities

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
coveralls
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65+
COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
6566
COVERALLS_PARALLEL: true
6667
coveralls:
6768
runs-on: ubuntu-latest
@@ -76,6 +77,7 @@ jobs:
7677
coveralls --finish
7778
env:
7879
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
7981
deploy:
8082
runs-on: ubuntu-latest
8183
needs:

0 commit comments

Comments
 (0)