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

Minor changes to the environment file and cleanup #1203

Merged
merged 2 commits into from
Jun 27, 2020

Conversation

epassaro
Copy link
Member

@epassaro epassaro commented Jun 24, 2020

Description

  • Remove codecov dependency from tardis_env.yml since is not required to make Codecov work.
  • Remove pytest-cov line from test pipeline since it's already installed by the environment file.
  • Remove old readthedocs.yml files.

Motivation and Context

Tidying up.

How Has This Been Tested?

Test and codecov report work.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have assigned/requested two reviewers for this pull request.

@codecov
Copy link

codecov bot commented Jun 24, 2020

Codecov Report

Merging #1203 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1203   +/-   ##
=======================================
  Coverage   77.71%   77.71%           
=======================================
  Files          91       91           
  Lines        5727     5727           
=======================================
  Hits         4451     4451           
  Misses       1276     1276           

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 59984d6...706a954. Read the comment docs.

@@ -55,7 +53,6 @@ jobs:

- bash: |
source activate tardis
conda install -y pytest-cov
Copy link
Member Author

Choose a reason for hiding this comment

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

pytest-cov is already installed in the environment.

- docopt
- pytest-cov
- codecov
Copy link
Member Author

Choose a reason for hiding this comment

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

codecov package is not necessary to make Codecov work.

Copy link
Member

@jaladh-singhal jaladh-singhal left a comment

Choose a reason for hiding this comment

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

Looks good to me!

I was actually wondering why we are installing pytest-cov when it's already in environment, when I was checking on failing pipeline. It's great you fixed it @epassaro 🎉

Comment on lines 13 to 15
- numba=0.43
- numexpr
- Cython=0.29
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure about this - if these packages are related somehow (I guess that's why there are newlines), we can add a comment at top to mention the purpose?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think that was the VSCode YAML extension/autoformatter.

@epassaro epassaro force-pushed the minor-changes-env branch from 74a8272 to 706a954 Compare June 26, 2020 20:00
@wkerzendorf wkerzendorf merged commit f47075d into tardis-sn:master Jun 27, 2020
atharva-2001 pushed a commit to atharva-2001/tardis that referenced this pull request Oct 1, 2021
* Minor changes to the environment file

* Remove old readthedocs files
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.

3 participants