只需一步,快速开始
微信登录,快人一步
手机号码,快捷登录
签到天数: 1048 天
连续签到: 1 天
[LV.10]测试总司令
<?xml version="1.0" encoding="utf-8"?> <project name="plate_id_sample_service" xmlns:jacoco="antlibrg.jacoco.ant"> <taskdef uri="antlibrg.jacoco.ant" resource="org/jacoco/ant/antlib.xml"> <classpath path="/Users/lileilei/Downloads/jacoco-0.8.5/lib/jacocoant.jar"/> </taskdef> <target name="report"> <jacoco:report> <executiondata> <file file="jacoco.exe"/> </executiondata> <structure name="pan"> <!-- 可以按软件功能模块设置多个group,方便在report中查看 --> <group name="pan"> <classfiles> <!--.class文件路径,可以放在客户端--> <fileset dir="/Users/lileilei/Desktop/plan/target/classes"/> </classfiles> <sourcefiles encoding="utf-8"> <!--源代码路径,可以放在客户端--> <fileset dir="/Users/lileilei/Desktop/plan/src/main/java" /> </sourcefiles> </group> </structure> <!-- report文件保存地址 --> <html destdir="report" encoding="utf-8"/> </jacoco:report> </target> </project>
您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
查看 »
小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 ) 关于我们
GMT+8, 2024-11-18 17:45 , Processed in 0.070782 second(s), 24 queries .
Powered by Discuz! X3.2
© 2001-2024 Comsenz Inc.