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

DM-37215: disable tests #9

Merged
merged 1 commit into from Dec 3, 2022
Merged

DM-37215: disable tests #9

merged 1 commit into from Dec 3, 2022

Conversation

PaulPrice
Copy link
Contributor

Tests (including flake8) are importing parsl, which isn't in base LSST env, so temporarily disabling them.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Dec 3, 2022

Codecov Report

Base: 40.54% // Head: 70.37% // Increases project coverage by +29.82% 🎉

Coverage data is based on head (3cc715c) compared to base (c5e5cae).
Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #9       +/-   ##
===========================================
+ Coverage   40.54%   70.37%   +29.82%     
===========================================
  Files          14        3       -11     
  Lines         444       27      -417     
  Branches       63        4       -59     
===========================================
- Hits          180       19      -161     
+ Misses        257        6      -251     
+ Partials        7        2        -5     
Impacted Files Coverage Δ
tests/test_config.py 50.00% <50.00%> (-50.00%) ⬇️
tests/test_import.py 75.00% <100.00%> (-25.00%) ⬇️
python/conftest.py 80.00% <0.00%> (-20.00%) ⬇️
python/lsst/ctrl/bps/parsl/workflow.py
python/lsst/ctrl/bps/parsl/service.py
python/lsst/ctrl/bps/parsl/sites/work_queue.py
python/lsst/ctrl/bps/parsl/site.py
python/lsst/ctrl/bps/parsl/sites/local.py
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Tests (including flake8) are importing parsl, which isn't in
base LSST env, so temporarily disabling them.
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.

None yet

1 participant