diff --git a/.github/workflows/test_petab_sciml.yml b/.github/workflows/test_petab_sciml.yml index 30d646fece..5c5c962d35 100644 --- a/.github/workflows/test_petab_sciml.yml +++ b/.github/workflows/test_petab_sciml.yml @@ -1,4 +1,4 @@ -name: PEtab +name: PEtab SciML on: push: branches: @@ -87,6 +87,6 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: coverage_petab_sciml.xml + files: coverage_petab_sciml.xml flags: petab_sciml fail_ci_if_error: true