Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Move tests into module dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hSaria committed Jul 20, 2022
1 parent af1d4d5 commit f9f65ea
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: python3 setup.py install

- name: PyTest
run: pytest --cov chromaterm/ --cov tests/ --cov-report term-missing
run: pytest --cov chromaterm/ --cov-report term-missing

- name: Coveralls
if: ${{ github.repository == 'hSaria/ChromaTerm' && github.event_name == 'push' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: python3 setup.py install

- name: PyLint
run: pylint --disable unnecessary-lambda-assignment chromaterm/ tests/
run: pylint --disable unnecessary-lambda-assignment chromaterm/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f9f65ea

Please sign in to comment.