Skip to content

Evref-BL/JaCoCo-Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

JaCoCo-Tagger

I tag Moose entities based on a JaCoCo report.

Usage

JTTagger new "Create a tagger"
	famixModel: myModel; "specify the model to tag"
	import: 'JACOCO_TA_a08th02_16h05m58s_722\jacoco.xml' asFileReference. "give reference to the report to use for tagging"

or

JTTagger new "Create a tagger"
	famixModel: myModel; "specify the model to tag"
	importFromDirectory: 'xmlReport/'. "give reference to the report folder to use for tagging"

Retrieve the tagged entities

tag := myModel tags last.
tagged := (tag taggedEntitiesInModel: myModel).

Installation

Metacello new
    githubUser: 'Evref-BL' project: 'JaCoCo-Tagger' commitish: 'main' path: 'src';
    baseline: 'JaCoCoTagger';
    load

About

Tag Famix Entity based on JaCoCo report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors