Skip to content

Commit

Permalink
actualiza actions
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotb committed Sep 19, 2023
1 parent 82dd62f commit 743a381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Test with mypy
run: |
pip install mypy
mypy --ignore-missing-imports template/
mypy
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install pytest-cov
pytest --cov=./ --cov-report=xml
python -m pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 743a381

Please sign in to comment.