Skip to content

TST: Switch on default warning flag for CI test command#469

Merged
aaronayres35 merged 2 commits into
masterfrom
tst-add-warning-flag
Dec 7, 2020
Merged

TST: Switch on default warning flag for CI test command#469
aaronayres35 merged 2 commits into
masterfrom
tst-add-warning-flag

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

fixes #434

This PR makes the exact same fix that was done in enthought/envisage#326 and enthought/traitsui#1059. It adds the adds the -W default flag.

Comment thread ci/edmtool.py Outdated
Comment on lines +265 to +266
"edm run -e {environment} -- python -W default -m"
"coverage run -m nose.core enable -v --nologcapture",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be helpful to wrap these multi-line commands in parentheses so that it's clear they belong together. Otherwise you have to be paying attention to the tiny commas that separate the commands.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #469 (770fa43) into master (130fb11) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #469   +/-   ##
=======================================
  Coverage   30.15%   30.15%           
=======================================
  Files         206      206           
  Lines       18139    18139           
  Branches     2459     2459           
=======================================
  Hits         5469     5469           
  Misses      12331    12331           
  Partials      339      339           

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 130fb11...907dcc6. Read the comment docs.

@aaronayres35 aaronayres35 merged commit 118a04a into master Dec 7, 2020
@jwiggins jwiggins deleted the tst-add-warning-flag branch December 7, 2020 16:02
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.

Switch on the default warning flag when running testsuite

3 participants