https://github.com/moosetechnology/famix-coverage
Famix metamodel for coverage
https://github.com/moosetechnology/famix-coverage
coverage meta-model moose pharo smalltalk
Last synced: about 1 month ago
JSON representation
Famix metamodel for coverage
- Host: GitHub
- URL: https://github.com/moosetechnology/famix-coverage
- Owner: moosetechnology
- License: mit
- Created: 2024-04-11T09:14:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:59:57.000Z (about 1 month ago)
- Last Synced: 2025-04-09T16:52:48.790Z (about 1 month ago)
- Topics: coverage, meta-model, moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Famix-Coverage
Represents code coverage using a Famix model of the code.
## Installation
```st
Metacello new
githubUser: 'moosetechnology' project: 'Famix-Coverage' commitish: 'main' path: 'src';
baseline: 'FamixCoverage';
load
```