Skip to content

Commit 1d74adc

Browse files
committed
adding test badge
1 parent b8c1741 commit 1d74adc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests
1+
name: Tests
22

33
on:
44
push:
@@ -26,7 +26,7 @@ jobs:
2626
python setup.py install
2727
- name: Test with pytest
2828
run: |
29-
pip install pytest pytest-cov
29+
pip install pytest
3030
pytest --junitxml=junit/test-results.xml
3131
# pip install pytest-cov
3232
# pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ pyhdust
22
========
33
**Analysis tools for multi-technique astronomical data and** *hdust* **models**.
44

5+
|Tests|
6+
7+
.. |Tests| image:: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml/badge.svg
8+
:target: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml
9+
510
Full documentation at `pyhdust.readthedocs.io <http://pyhdust.readthedocs.io>`_.
611

712
About *hdust* code: Carciofi & Bjorkman (`2006 <http://adsabs.harvard.edu/abs/2006ApJ...639.1081C>`_, `2008 <http://adsabs.harvard.edu/abs/2008ApJ...684.1374C>`_).

docs/index.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Welcome to **pyhdust** documentation!
44
=============================================================
55
**Analysis tools for multi-technique astronomical data and** *hdust* **models**. About the *hdust* code, see Carciofi & Bjorkman (`2006 <http://adsabs.harvard.edu/abs/2006ApJ...639.1081C>`_, `2008 <http://adsabs.harvard.edu/abs/2008ApJ...684.1374C>`_).
66

7-
Pyhdust is currently at **version 1.5.12-1**.
7+
Pyhdust is currently at **version 1.5.12-1**. |Tests|
8+
9+
.. |Tests| image:: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml/badge.svg
10+
:target: https://github.com/danmoser/pyhdust/actions/workflows/main.yaml
811

912
**pyhdust** should be independent of plataform (Linux, Mac, Windows) and compatible with any version of Python (3.6+).
1013

0 commit comments

Comments
 (0)