Tests config github actions

This commit is contained in:
Andrew Shumway
2023-05-01 09:33:35 -06:00
parent a91ba71085
commit 647fe4f40b
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- uses: ArtiomTr/jest-coverage-report-action@v2
- name: Run style checks
run: pipenv run flake8 .
- name: Check imports alphabetized

1
.gitignore vendored
View File

@@ -71,6 +71,7 @@ htmlcov/
.coverage.*
.cache
.pytest_cache
coverage/
coverage.xml
test_results.xml
*,cover