File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
/test-project /build /
12
12
/test-project /run.log
13
13
/test-project /test_results.html
14
+ /test-project /gradle /libs.versions.toml
Original file line number Diff line number Diff line change 1
1
/.gradle
2
2
/.idea
3
3
/build
4
- .codiumai
4
+ .codiumai
5
+ /src /test /resources /jacocoTestReport.csv
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
}
14
14
15
15
group = ' ai.codium'
16
- version = ' 1.0-SNAPSHOT '
16
+ version = ' 0.0.1 '
17
17
18
18
repositories {
19
19
gradlePluginPortal()
@@ -45,13 +45,13 @@ dependencies {
45
45
gradlePlugin {
46
46
plugins {
47
47
website = ' https://github.com/Codium-ai/gradle-cover-agent'
48
- vcsUrl = ' git@ github.com: Codium-ai/gradle-cover-agent.git'
48
+ vcsUrl = ' https:// github.com/ Codium-ai/gradle-cover-agent.git'
49
49
coverAgent {
50
50
id = ' ai.codium.plugin.cover-agent'
51
51
implementationClass = ' ai.codium.cover.plugin.CoverAgentPlugin'
52
52
displayName = ' Cover Agent Plugin'
53
53
description = ' A plugin to cover agent functionality.'
54
- tags = [' cover' , ' agent ' , ' plugin ' ]
54
+ tags = [' cover-agent ' , ' code-quality ' , ' unit-testing ' ]
55
55
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments