Skip to content

Commit

Permalink
fix tests - replace no longer valid XML file with valid one
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Sep 4, 2024
1 parent 1cda48c commit 44f6c11
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 177 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
run: tox -e test

- name: Upload Coverage Report 🔺📊
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v4.5.0
with:
flags: pytests
name: Python ${{ matrix.python-version }}
env_vars: PYTHON
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

# integration-test:
# runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 44f6c11

Please sign in to comment.