Skip to content

Commit

Permalink
Link in README corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jan 12, 2024
1 parent 6a9c79f commit 611368d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1,104 deletions.
8 changes: 5 additions & 3 deletions APLSource/CodeCoverage.aplc
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@

rVersion
:Access Public Shared
r'CodeCoverage' '0.10.4+52' '2024-01-12'
r'CodeCoverage' '0.10.5+52' '2024-01-12'

History
:Access Public Shared
* 0.10.4 from 2024-01-12
:Access Public Shared
* 0.10.5 from 2024-01-12
* Link to `Tester2` in the documentation corrected
* 0.10.4 from 2024-01-12
* Packages updated
* 0.10.3 from 2023-04-23
* Bug fix: Instance names could not be assigned to "ignore"
* 0.10.2 from 2023-04-09
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

This class provides methods to watch certain parts of the workspace for being executed, probably as part of running
a test framework like [https://github.com/aplteam/Tester2](`Tester2` "Link to Tester2 on GitHub"), although checking
a test framework like [`Tester2`](https://github.com/aplteam/Tester2 "Link to Tester2 on GitHub"), although checking
on code coverage by just running an application can also be useful, especially for legacy code.

**Note:** `CodeCoverage` releases are published as [Tatin](https://tatin.dev "Link to the principal Tatin Registry") packages, see there.
Expand Down Expand Up @@ -109,3 +109,4 @@ After you have done this, it is advisable to run the tests again with the covera
This is a text vector that is empty by default. You can add fully qualified comma-separated names of functions and operators that you want to be ignored when reporting on code coverage.

Note that `ignore` is an instance property.

Binary file modified TestResults/CodeCoverage.cr
Binary file not shown.
Loading

0 comments on commit 611368d

Please sign in to comment.