File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9292 ${{ runner.os }}-venv${{ matrix.python-version }}-coverage3-
9393
9494 - name : Test and coverage
95+ env :
96+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
9597 run : ${{ matrix.test_script_name }}
Original file line number Diff line number Diff line change @@ -93,6 +93,3 @@ test-coverage:
9393
9494coverage-report :
9595 coverage report -m
96-
97- coveralls :
98- @COVERALLS_REPO_TOKEN=twBSHlgE5AMFEQNmUK04LDcN7SVth3lDV coveralls
Original file line number Diff line number Diff line change @@ -30,6 +30,5 @@ if (!$?) {
3030 exit 1
3131}
3232
33- # Report coverage.
34- $env: COVERALLS_REPO_TOKEN = " twBSHlgE5AMFEQNmUK04LDcN7SVth3lDV"
33+ # Report coverage. Note that it requires COVERALLS_REPO_TOKEN to be set!
3534coveralls
Original file line number Diff line number Diff line change 1717fi
1818
1919make test-coverage
20- make coveralls
20+
21+ # Note that it requires COVERALLS_REPO_TOKEN to be set!
22+ coveralls
You can’t perform that action at this time.
0 commit comments