Skip to content

Conversation

@martiniil
Copy link
Contributor

@martiniil martiniil commented Dec 9, 2021

This fixes #35 for me.

  • By introducing a target-level dependency on the tests target, the cleanup is always executed before tests are run.
  • Now the "baseline" might be created too early, but this part can be moved out of the cleanup anyways.

@mikeferguson mikeferguson merged commit 52ccd15 into mikeferguson:master Jun 22, 2022
@knorth55
Copy link
Contributor

knorth55 commented Jun 13, 2023

It seems this PR causes cyclic dependency when we set DEPENDENCIES tests as document.

    add_code_coverage(
      NAME ${PROJECT_NAME}_coverage_report
      DEPENDENCIES tests
    )

https://github.com/mikeferguson/code_coverage#usage

You can check the build issue with robot_calibration with mikeferguson/robot_calibration#158

knorth55 added a commit to knorth55/code_coverage that referenced this pull request Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Coverage report not generated

3 participants