You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
This document outlines how `io4dolfinx` is tested, covering both local development
5
5
testing and the Continuous Integration (CI) process on GitHub Actions.
6
6
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
+
7
13
## Local Testing
8
14
9
15
The library uses `pytest` for testing. To execute the tests locally, you first
0 commit comments