Skip to content

Update Github actions config to use Pipenv to run tests and linter #69

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

Merged
merged 18 commits into from
Feb 15, 2021

Conversation

samwelkanda
Copy link
Contributor

No description provided.

coverage run --omit 'venv/*' -m unittest discover tests/unit
coverage run --omit 'venv/*' -m unittest discover tests/integration
coverage html
pipenv run coverage run --omit 'venv/*' -m unittest discover tests/unit
Copy link
Contributor

Choose a reason for hiding this comment

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

This shouldn't be necessary, we don't a venv folder.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right.

@samwelkanda samwelkanda merged commit 0b8c774 into dev Feb 15, 2021
@samwelkanda samwelkanda deleted the task/update-ci branch February 15, 2021 12:37
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