Skip to content

Commit

Permalink
Remove coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mpougin committed Aug 26, 2023
1 parent b5d65e6 commit 621bc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
- name: Run pytest
run: |
pytest
# --cov-report=xml --cov=./aiida_zeopp
# - name: Upload coverage to codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage.xml
# continue-on-error: ${{ matrix.aiida-version == 'develop' }} # allow failures against develop
pre-commit:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ keywords = ['aiida', 'workflows']
requires-python = '>=3.8'
dependencies = [
'aiida_core[atomic_tools]~=2.3',
'importlib_resources',
'voluptuous',
]

[project.urls]
Expand Down Expand Up @@ -76,7 +78,6 @@ module-naming-style="any"
profile = "black"

[tool.pytest.ini_options]
addopts = "--durations=0 --cov=aiida_zeopp"
python_files = "test_*.py example_*.py"
filterwarnings = [
"ignore::DeprecationWarning:aiida:",
Expand Down

0 comments on commit 621bc3e

Please sign in to comment.