Skip to content

Commit

Permalink
Revert "Remove retry on coverage report generation"
Browse files Browse the repository at this point in the history
This reverts commit bf608da.
  • Loading branch information
H0R5E committed Dec 4, 2024
1 parent bf608da commit 4321c9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ jobs:
fluxbox > /dev/null 2>&1 &
sleep 5
- name: Build coverage report
run: poetry run cmake --build . --config Debug -t coverage-xml
working-directory: build
uses: Wandalen/wretry.action@master
with:
command: poetry run cmake --build . --config Debug -t coverage-xml
attempt_limit: 3
attempt_delay: 2000
current_path: build
- uses: codecov/codecov-action@v4
if: ${{ !env.ACT }}
with:
Expand Down

0 comments on commit 4321c9a

Please sign in to comment.