Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci/fix ci runs #2

Merged
merged 10 commits into from
Jul 14, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
More ci fixes
  • Loading branch information
bernedom committed Jul 14, 2024
commit 5b39687b37d15cade9e463d10fe7bd0fbd59432f
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
- name: dependencies (debian-like)
run: |
sudo apt -y update
sudo apt -y install gcovr ninja-build clang-tidy doxygen plantuml
sudo apt -y install gcovr ninja-build clang-tidy doxygen plantuml lcov

- name: cmake-configure
run: |
@@ -67,7 +67,7 @@ jobs:

windows-coverage:
name: windows-coverage
runs-on: windows-2019
runs-on: windows-2022

steps:
- uses: actions/checkout@v4
Loading