Skip to content

Commit

Permalink
Merge branch 'main' into cppcheck_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Nov 19, 2024
2 parents e343d54 + 1695253 commit a19d070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,9 @@ jobs:
CXX: /usr/bin/g++-10
run: ./ci/do_ci.sh code.coverage
- name: upload report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: /home/runner/build/coverage.info
files: /home/runner/build/coverage.info

markdown-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a19d070

Please sign in to comment.