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

Added "python -m" while running pytest in CI workflows #1020

Merged
merged 1 commit into from
May 3, 2022

Conversation

gavin-aguiar
Copy link
Contributor

@gavin-aguiar gavin-aguiar commented May 2, 2022

Description

Added a python -m while running pytest. This is to get tests pass in #1017

Fixes #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

@gavin-aguiar gavin-aguiar changed the title Updating github workflows to add current dir to syspath Updating github workflows to add test dir to syspath May 2, 2022
@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #1020 (aff31ab) into dev (899d023) will not change coverage.
The diff coverage is n/a.

❗ Current head aff31ab differs from pull request most recent head 81976c4. Consider uploading reports for the commit 81976c4 to get more accurate results

@@           Coverage Diff           @@
##              dev    #1020   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files          33       33           
  Lines        1776     1776           
  Branches      282      282           
=======================================
  Hits         1472     1472           
  Misses        234      234           
  Partials       70       70           
Flag Coverage Δ
unittests 82.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 899d023...81976c4. Read the comment docs.

@gavin-aguiar gavin-aguiar changed the title Updating github workflows to add test dir to syspath Added "python -m" while running pytest in CI workflows May 3, 2022
@gavin-aguiar gavin-aguiar merged commit 43e71b5 into dev May 3, 2022
@gavin-aguiar gavin-aguiar deleted the gaaguiar/changing_github_workflows branch May 3, 2022 15:52
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