Skip to content

Commit 05f7125

Browse files
ptomanRHclaude
andcommitted
fix: remove hardcoded slug and rename flag to integration-tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dd7335f commit 05f7125

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,5 @@ jobs:
7272
uses: codecov/codecov-action@v5
7373
with:
7474
use_oidc: true
75-
flags: unit-tests
75+
flags: integration-tests
7676
files: ./target/site/jacoco/jacoco.xml
77-
slug: guacsec/trustify-da-java-client

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ coverage:
1919
informational: true
2020

2121
flags:
22-
unit-tests:
22+
integration-tests:
2323
paths:
2424
- src/main/java/
2525
carryforward: true

0 commit comments

Comments
 (0)