From 3953ca5e1f0de0b05d810ac942b103438eca2b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:43:57 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 5.0.2 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests_and_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_and_coverage.yml b/.github/workflows/tests_and_coverage.yml index 439de0b0..5e7465d0 100644 --- a/.github/workflows/tests_and_coverage.yml +++ b/.github/workflows/tests_and_coverage.yml @@ -54,7 +54,7 @@ jobs: - name: Upload coverage report if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: ${{ runner.workspace }}/build/coverage.xml From 6e47c1d7d472b619857ba33c6fea3a325897a604 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:44:04 +0000 Subject: [PATCH 2/2] style(pre-commit.ci): auto fixes --- clic/src/openclbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clic/src/openclbackend.cpp b/clic/src/openclbackend.cpp index b57b949d..542e12ba 100644 --- a/clic/src/openclbackend.cpp +++ b/clic/src/openclbackend.cpp @@ -212,7 +212,7 @@ OpenCLBackend::getDevice(const std::string & name, const std::string & type) con // if no device found, return the last device of the specified type return devices.back(); - + #else throw std::runtime_error("Error: OpenCL is not enabled"); #endif