Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BreakingPitt committed Sep 13, 2023
1 parent a57085f commit e0b6f38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: 3.6

- name: Install dependencies
run: |
pip install pipenv
pipenv install --dev
- name: Run tests
run: |
pytest --cov
- name: Upload coverage to Coveralls
uses: coveralls/coveralls-action@v1
uses: coverallsapp/github-action@v2

0 comments on commit e0b6f38

Please sign in to comment.