1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

coveralls token

This commit is contained in:
Jakub Roztocil 2019-09-10 13:20:09 +02:00
parent 2ffd8d9d9b
commit a5d9a839e5

View File

@ -29,3 +29,5 @@ jobs:
- name: coveralls
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7'
run: make coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}