Skip to content

Commit e854eae

Browse files
committed
Fix coverage status after move to the Spyder org
1 parent e488443 commit e854eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
INSTALL_TYPE: ${{ matrix.INSTALL_TYPE }}
3030
QT_API: ${{ matrix.QT_LIB }}
3131
PYTEST_QT_API: ${{ matrix.QT_LIB }}
32-
COVERALLS_REPO_TOKEN: 'XWVhJf2AsO7iouBLuCsh0pPhwHy81Uz1v'
32+
COVERALLS_REPO_TOKEN: 'dNLW68EOHK4mbPjKEFpNuhQbxaB50Clhp'
3333
COVERALLS_SERVICE_NAME: 'github-actions'
3434
strategy:
3535
fail-fast: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jupyter QtConsole
22

33
[![Tests](https://github.com/spyder-ide/qtconsole/actions/workflows/tests.yaml/badge.svg)](https://github.com/spyder-ide/qtconsole/actions/workflows/tests.yaml)
4-
[![Coverage Status](https://coveralls.io/repos/github/jupyter/qtconsole/badge.svg?branch=master)](https://coveralls.io/github/jupyter/qtconsole?branch=master)
4+
[![Coverage Status](https://coveralls.io/repos/github/spyder-ide/qtconsole/badge.svg?branch=main)](https://coveralls.io/github/spyder-ide/qtconsole?branch=main)
55
[![Documentation Status](https://readthedocs.org/projects/qtconsole/badge/?version=stable)](https://qtconsole.readthedocs.io/en/stable/)
66

77
A rich Qt-based console for working with Jupyter kernels,

0 commit comments

Comments
 (0)