Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:

- name: Check with pre-commit
run: |
SKIP=hadolint pre-commit
SKIP=hadolint pre-commit run --all-files

- name: Run tests and coverage
Expand All @@ -52,6 +51,6 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.BATBOT_CODECOV_TOKEN }}
files: ./coverage/coverage.xml
files: ./coverage.xml
env_vars: OS,PYTHON
fail_ci_if_error: true
Loading