Skip to content

Commit

Permalink
chore(repo): move away from org account
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jan 13, 2021
1 parent 9b67d03 commit ecc0a15
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2013 by coveralls-clients contributors
Copyright (c) 2013 by TheKevJames

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Expand Up @@ -2,17 +2,17 @@ Coveralls for Python
====================

:Test Status:
.. image:: https://img.shields.io/circleci/project/github/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=CircleCI
:target: https://circleci.com/gh/coveralls-clients/coveralls-python
.. image:: https://img.shields.io/circleci/project/github/TheKevJames/coveralls-python/master.svg?style=flat-square&label=CircleCI
:target: https://circleci.com/gh/TheKevJames/coveralls-python

.. image:: https://img.shields.io/travis/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=TravisCI
:target: https://travis-ci.org/coveralls-clients/coveralls-python
.. image:: https://img.shields.io/travis/TheKevJames/coveralls-python/master.svg?style=flat-square&label=TravisCI
:target: https://travis-ci.org/TheKevJames/coveralls-python

.. image:: https://img.shields.io/github/workflow/status/coveralls-clients/coveralls-python/coveralls/master?style=flat-square&label=Github%20Actions
:target: https://github.com/coveralls-clients/coveralls-python/actions
.. image:: https://img.shields.io/github/workflow/status/TheKevJames/coveralls-python/coveralls/master?style=flat-square&label=Github%20Actions
:target: https://github.com/TheKevJames/coveralls-python/actions

.. image:: https://img.shields.io/coveralls/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=Coverage
:target: https://coveralls.io/r/coveralls-clients/coveralls-python
.. image:: https://img.shields.io/coveralls/TheKevJames/coveralls-python/master.svg?style=flat-square&label=Coverage
:target: https://coveralls.io/r/TheKevJames/coveralls-python

:Version Info:
.. image:: https://img.shields.io/conda/v/conda-forge/coveralls?style=flat-square&label=Conda
Expand Down
2 changes: 1 addition & 1 deletion docs/authors.rst
Expand Up @@ -5,4 +5,4 @@ Coveralls is written and maintained by various contributors, without whom none o

Special thanks goes to the original maintainer, Ilya Baryshev.

.. _GitHub: https://github.com/coveralls-clients/coveralls-python/graphs/contributors
.. _GitHub: https://github.com/TheKevJames/coveralls-python/graphs/contributors
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -17,8 +17,8 @@
master_doc = 'index'

project = 'coveralls-python'
globals()['copyright'] = '2013, coveralls-clients'
author = 'coveralls-clients'
globals()['copyright'] = '2013, TheKevJames'
author = 'TheKevJames'

version = __version__
release = __version__
Expand Down
2 changes: 1 addition & 1 deletion docs/release.rst
Expand Up @@ -27,5 +27,5 @@ Conda should automatically create a PR on their `coveralls-feedstock`_ shortly w

.. _coveralls: https://pypi.org/project/coveralls/
.. _coveralls-feedstock: https://github.com/conda-forge/coveralls-feedstock
.. _GitHub release: https://github.com/coveralls-clients/coveralls-python/releases/new
.. _GitHub release: https://github.com/TheKevJames/coveralls-python/releases/new
.. _sha: https://pypi.org/project/coveralls/#files
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Expand Up @@ -9,4 +9,4 @@ Debug mode doesn't send anything, it just outputs prepared json and reported fil

We also have an `issue tracker`_ on GitHub.

.. _issue tracker: https://github.com/coveralls-clients/coveralls-python/issues
.. _issue tracker: https://github.com/TheKevJames/coveralls-python/issues
2 changes: 1 addition & 1 deletion docs/usage/configuration.rst
Expand Up @@ -146,6 +146,6 @@ Note that you will also need to use the Azure Pipelines web UI to add the
``coveralls_repo_token`` variable to this pipeline with your repo token (which
you can copy from the coveralls.io website).

As per `#245 <https://github.com/coveralls-clients/coveralls-python/issues/245>`_,
As per `#245 <https://github.com/TheKevJames/coveralls-python/issues/245>`_,
our users suggest leaving "keep this value secret" unchecked -- this may be
secure enough as-is, in that a user making a PR cannot access this variable.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -17,14 +17,14 @@
name='coveralls',
version=VERSION,
packages=['coveralls'],
url='http://github.com/coveralls-clients/coveralls-python',
url='http://github.com/TheKevJames/coveralls-python',
project_urls={
'Changelog': ('https://github.com/coveralls-clients/coveralls-python/'
'Changelog': ('https://github.com/TheKevJames/coveralls-python/'
'blob/master/CHANGELOG.md'),
'Docs': 'https://coveralls-python.rtfd.io/',
},
license='MIT',
author='coveralls-clients contributors',
author='TheKevJames',
description='Show coverage stats online via coveralls.io',
long_description=DESCRIPTION,
entry_points={
Expand Down

0 comments on commit ecc0a15

Please sign in to comment.