Skip to content

Commit

Permalink
Updated Codecov settings and minor update in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Apr 24, 2023
1 parent 120fc2e commit 3a6be38
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
coverage:
status:
patch: false
project:
default:
threshold: 100%
if_not_found: success
patch: no

comment: off

ignore:
- tests/*
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ Contributions are welcome so please consider `forking <https://help.github.com/e
License
-------

Copyright 2020-2022 Tomas Stolker
Copyright 2020-2023 Tomas Stolker

*diskmap* is distributed under the MIT License. See the LICENSE file for the terms and conditions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'diskmap'
copyright = '2020-2022, Tomas Stolker'
copyright = '2020-2023, Tomas Stolker'
author = 'Tomas Stolker'


Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Installation from Github is also possible with ``pip``:

.. code-block:: console
$ pip install git+git://github.com/tomasstolker/diskmap.git
$ pip install git+https://github.com/tomasstolker/diskmap.git
Cloning the repository
^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -39,7 +39,7 @@ Alternatively, the Github repository can be cloned, which is in particular usefu

.. code-block:: console
$ git clone git@github.com:tomasstolker/diskmap.git
$ git clone https://github.com/tomasstolker/diskmap.git
The package is installed by running ``pip`` in the local cloned repository:

Expand Down

0 comments on commit 3a6be38

Please sign in to comment.