Skip to content

Commit

Permalink
Removing integration tests from coverage report. (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Paterno <paterno@fnal.gov>
  • Loading branch information
mattkwiecien and marcpaterno authored Feb 22, 2024
1 parent 3a1ed7e commit 946e50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: python -m pytest -vv --runslow --cov firecrown --cov-report xml
- name: Running integration tests
shell: bash -l {0}
run: python -m pytest -vv -s --integration tests/integration --cov firecrown --cov-report xml --cov-append
run: python -m pytest -vv -s --integration tests/integration
- name: Upload coverage reports to Codecov
if: ${{ (matrix.os == 'ubuntu') && (matrix.python-version == '3.11') }}
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 946e50f

Please sign in to comment.