Skip to content

Commit a15710b

Browse files
committed
badge and coverage html
1 parent e11269d commit a15710b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ exclude_lines =
2626
__author__*
2727

2828
[html]
29-
directory = docs/build/test_coverage
29+
directory = docs/build/html/test_coverage

pySDC/tests/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Most of the code is supported by tests, mainly realized by using the tutorial as the test routines with clearly defined results. Also, projects are accompanied by tests.
22

3-
Travis-CI reports: |badge|, test coverage results can be found `here <test_coverage/index.html>`_.
3+
Github Action reports: |badge|, test coverage results can be found `here <test_coverage/index.html>`_.
44

55

6-
.. |badge| image:: https://travis-ci.org/Parallel-in-Time/pySDC.svg?branch=master
7-
:target: https://travis-ci.org/Parallel-in-Time/pySDC
6+
.. |badge| image:: https://github.com/Parallel-in-Time/pySDC/actions/workflows/ci_pipeline.yml/badge.svg
7+
:target: https://github.com/Parallel-in-Time/pySDC/actions/workflows/ci_pipeline.yml
8+

0 commit comments

Comments
 (0)