Skip to content

Commit

Permalink
Merge branch 'main' into line_widths
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Oct 15, 2024
2 parents a561092 + aa1bb86 commit ecab55f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
python -m pip install -e '.[tests]'
- name: Run tests
run: |
pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: true
pytest --pyargs roentgen --cov roentgen
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ecab55f

Please sign in to comment.