Skip to content

Commit

Permalink
Merge pull request #31 from globocom/issue/#30
Browse files Browse the repository at this point in the history
Resolve issue/#30
  • Loading branch information
ribeiro-rodrigo committed Apr 1, 2021
2 parents 15eb27a + 61dd46b commit 7f9e5f8
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 212 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Setup pipenv
uses: dschep/install-pipenv-action@v1
- name: Install pipenv
run: |
python -m pip install --upgrade pipenv wheel
- name: Install dependencies
run: pipenv sync -d
Expand All @@ -28,5 +29,5 @@ jobs:
run: pipenv run mypy ./**/*.py

- name: Run tests
run:
run:
pipenv run coverage run -m unittest discover -s test -v
Loading

0 comments on commit 7f9e5f8

Please sign in to comment.