Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alamvic/coverage
https://github.com/alamvic/coverage
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alamvic/coverage
- Owner: Alamvic
- License: mit
- Created: 2024-05-02T15:52:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T08:58:30.000Z (5 months ago)
- Last Synced: 2024-07-23T11:01:38.411Z (5 months ago)
- Language: Smalltalk
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeCoverage
Statement coverage for Pharo.
## Installing
```st
Metacello new
githubUser: 'Alamvic' project: 'coverage' commitish: 'main' path: 'src';
baseline: 'CodeCoverage';
load
```