Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --pytest-with-coverage option from default colcon test command #583

Merged
merged 1 commit into from
Mar 17, 2021
Merged

Remove --pytest-with-coverage option from default colcon test command #583

merged 1 commit into from
Mar 17, 2021

Conversation

christophebedard
Copy link
Member

It was originally added in #109 to avoid hardcoding the pytest coverage options. However, instead of using this option by default, users can simply use the coverage-pytest test mixin explicitly if they want to: https://github.com/colcon/colcon-mixin-repository/blob/1ddb69bedfd1f04c2f000e95452f7c24a4d6176b/coverage.mixin#L14

Signed-off-by: Christophe Bedard bedard.christophe@gmail.com

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
@christophebedard christophebedard requested a review from a team as a code owner March 16, 2021 13:17
@christophebedard christophebedard requested review from emersonknapp and prajakta-gokhale and removed request for a team March 16, 2021 13:17
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #583 (bdf5b4c) into master (64858bf) will decrease coverage by 0.93%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #583      +/-   ##
==========================================
- Coverage   39.90%   38.96%   -0.94%     
==========================================
  Files           2        2              
  Lines         213      213              
  Branches       39       39              
==========================================
- Hits           85       83       -2     
- Misses        128      130       +2     
Impacted Files Coverage Δ
src/action-ros-ci.ts 29.34% <ø> (-1.09%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 64858bf...a4294f2. Read the comment docs.

@emersonknapp emersonknapp merged commit 1be3c5d into ros-tooling:master Mar 17, 2021
@christophebedard christophebedard deleted the remove-pytest-with-coverage-option-colcon-test branch March 17, 2021 18:25
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.

2 participants