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

CI: Migrate to coverage.py for testing coverage #84

Closed
5 tasks done
astrochun opened this issue May 19, 2022 · 0 comments
Closed
5 tasks done

CI: Migrate to coverage.py for testing coverage #84

astrochun opened this issue May 19, 2022 · 0 comments
Assignees
Labels
CI/CD continuous integration enhancement New feature or request
Milestone

Comments

@astrochun
Copy link
Owner

astrochun commented May 19, 2022

Currently we are running pytest as is. We can use coverage to simplify the test process and upload the coverage artifacts.

Action items:

  • Update GitHub actions
    • Switch from pytest to coverage
    • Upload artifacts
  • Add configuration settings
  • Use action to comment and upload artifacts
@astrochun astrochun added CI/CD continuous integration enhancement New feature or request labels May 19, 2022
@astrochun astrochun added this to the v0.5.0 milestone May 19, 2022
@astrochun astrochun self-assigned this May 19, 2022
astrochun added a commit that referenced this issue May 22, 2022
 - Update python-package.yml
 - Add extras_requires in setup.cfg
 - Add pytest and configuration settings in pyproject.toml
 - Add PR coverage comment and badge generation with GitHub actions
 - Bump version: v0.4.11 -> v0.4.12
astrochun added a commit that referenced this issue May 22, 2022
 - Update python-package.yml
 - Add extras_requires in setup.cfg
 - Add pytest and configuration settings in pyproject.toml
 - Add PR coverage comment and badge generation with GitHub actions
 - Bump version: v0.4.11 -> v0.4.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD continuous integration enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant