Skip to content

Commit

Permalink
Merge pull request #313 from zowe/fix/coverage-workflow
Browse files Browse the repository at this point in the history
Update artifact names for CLI coverage reports
  • Loading branch information
t1m0thyj authored Jan 6, 2025
2 parents b67724f + 9297b8c commit 487d409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coverage-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
projects:
"zowe/zowe-cli":
unit:
junit-artifact: zowe-cli.yml/ubuntu-22.04-20.x-results/unit
lcov-artifact: zowe-cli.yml/ubuntu-22.04-20.x-results/unit/coverage
junit-artifact: zowe-cli.yml/ubuntu-latest-20.x-results/unit
lcov-artifact: zowe-cli.yml/ubuntu-latest-20.x-results/unit/coverage
integration:
junit-artifact: zowe-cli.yml/ubuntu-22.04-20.x-results/integration
junit-artifact: zowe-cli.yml/ubuntu-latest-20.x-results/integration
system:
test-count: npm-jest
"zowe/cics-for-zowe-client#main":
Expand Down

0 comments on commit 487d409

Please sign in to comment.