Skip to content

Commit

Permalink
Fix the codecov job.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Mar 3, 2024
1 parent 110a375 commit ce8bd80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ jobs:
- name: Configure JSBSim
run: |
mkdir build && cd build
cmake -DENABLE_COVERAGE=ON -DBUILD_PYTHON_MODULE=OFF ..
cmake -DENABLE_COVERAGE=ON -DBUILD_PYTHON_MODULE=OFF -DBUILD_DOCS=OFF ..
- name: Build JSBSim
working-directory: build
run: make -j2
Expand All @@ -733,8 +733,9 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
directory: build/lcov/data/capture
files: all_targets.info
file: ./build/lcov/data/capture/all_targets.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

Rolling-Release:
needs: [Test-Build-PyPackage-From-Source, Windows-MinGW, Windows-installer]
Expand Down

0 comments on commit ce8bd80

Please sign in to comment.