We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86027 commit 6f6df72Copy full SHA for 6f6df72
.coveragerc
@@ -0,0 +1,2 @@
1
+[run]
2
+source = ssh-utilities
.github/workflows/python-package.yml
@@ -62,6 +62,7 @@ jobs:
62
coveralls
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
+ COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
66
COVERALLS_PARALLEL: true
67
coveralls:
68
runs-on: ubuntu-latest
@@ -76,6 +77,7 @@ jobs:
76
77
coveralls --finish
78
79
80
81
deploy:
82
83
needs:
0 commit comments