Skip to content

Commit

Permalink
👷 Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico committed Jan 10, 2024
1 parent 650528b commit a27ef97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
run: |
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install -e .
pip install -r requirements-dev.txt
pip install -e .[dev]
- name: Build coverage using pytest-cov
run: |
pytest --cov=src --cov-report=xml tests
- name: Codacy Coverage Reporter
uses: codacy/[email protected]
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
coverage-reports: coverage.xml
3 changes: 1 addition & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
run: |
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install .
pip install -r requirements-dev.txt
pip install .[dev]
- name: Test with pytest
run: |
pytest tests

0 comments on commit a27ef97

Please sign in to comment.