Skip to content

Commit

Permalink
fix testing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Jan 18, 2023
1 parent 52bad88 commit e158aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_formatting_tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
conda activate test
conda env list
coverage run --source=nltools -m pytest -rs -n auto
coverage run --source=nltools -m pytest -rs
# Send coverage to coveralls.io but waiting on parallelization to finish
# Not using the official github action in the marketplace to upload because it requires a .lcov file, which pytest doesn't generate. It's just easier to use the coveralls python library which does the same thing, but works with pytest.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron_tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
conda activate test
conda env list
coverage run --source=nltools -m pytest -rs -n auto
coverage run --source=nltools -m pytest -rs
# Send coverage to coveralls.io but waiting on parallelization to finish
# Not using the official github action in the marketplace to upload because it requires a .lcov file, which pytest doesn't generate. It's just easier to use the coveralls python library which does the same thing, but works with pytest.
Expand Down

0 comments on commit e158aff

Please sign in to comment.