Closed diverdane closed 2 years ago
Code Climate has analyzed commit ebf4fea1 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 0.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 34.8% (-0.1% change).
View more on Code Climate.
Desired Outcome
Current Cobertura coverage results only report coverage for Go unit tests. Our automated tests include integration tests, but the coverage for these integration tests are not being included in coverage reports.
The integration tests use Docker Compose, and have the general form:
We should have either:
Or both.
Implemented Changes
test-coverage/cover.out
coverage output files for each test.The comment that is added to the Secretless Broker Go coverage test file might explain how things are implemented:
Connected Issue/Story
Resolves #[relevant GitHub issue(s), e.g. 76]
CyberArk internal issue link: [insert issue ID]()
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be merged.
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security