Skip to content

Commit

Permalink
Merge pull request #403 from clEsperanto/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.0.7

Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • Loading branch information
StRigaud authored Nov 25, 2024
2 parents 31a340d + 6e47c1d commit 5a01215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clic/src/openclbackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a01215

Please sign in to comment.