ci: update TICS workflow to include server charm coverage#1008
Merged
rene-oromtz merged 2 commits intomainfrom Apr 16, 2026
Merged
ci: update TICS workflow to include server charm coverage#1008rene-oromtz merged 2 commits intomainfrom
rene-oromtz merged 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the TiCS CI workflow to collect and include code coverage for the server charm component, aligning it with the existing uv/tox-based coverage collection used for other parts of the repository.
Changes:
- Add workflow steps to run the server charm unit tests under
server/charmand generatecoverage.xml. - Export and install server charm dependencies (same pattern used for other components) before running TiCS.
- Include the charm’s
coverage.xmlin the combined coverage artifacts passed into TiCS analysis.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ajzobro
reviewed
Apr 16, 2026
ajzobro
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This add the missing server charm coverage to TICS. #1004 moved tests to be executed with uv so the coverage can now be gathered following the same pattern as the other components.
Note
Pending discussion on TICSISSUES-165 as seems a configuration needs to be made on TICS side
After discussion in the above issue, workflow is ready to go as per latest run.
Charm also needs to include some imports from
charm/libuntil we migrate to dpcharmlibsResolved issues
NA
Documentation
NA
Web service API changes
Tests
CI run: https://github.com/canonical/testflinger/actions/runs/24204721717/job/70657437993