Skip to content

Commit a8e63f8

Browse files
committed
Add links to the coverage reports in the docs
1 parent 777adb4 commit a8e63f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/testing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
This document outlines how `io4dolfinx` is tested, covering both local development
55
testing and the Continuous Integration (CI) process on GitHub Actions.
66

7+
## Coverage reports:
8+
9+
You will find the updated coverage reports for the latest version on `main` tested against `stable` and `nightly` versions of dolfinx at the following links:
10+
- [Coverage report for stable](https://scientificcomputing.github.io/io4dolfinx/code-coverage-report-stable/)
11+
- [Coverage report for nightly](https://scientificcomputing.github.io/io4dolfinx/code-coverage-report-nightly/)
12+
713
## Local Testing
814

915
The library uses `pytest` for testing. To execute the tests locally, you first

0 commit comments

Comments
 (0)