updated the rest; test 2

This commit is contained in:
epi
2024-09-15 05:24:23 -04:00
parent 34a9eb236b
commit 0cee8d4a7d
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ on: [push]
jobs:
build-nix:
name: Release - ${{ matrix.os }}
env:
IN_PIPELINE: true
runs-on: ${{ matrix.os }}

View File

@@ -16,9 +16,9 @@ jobs:
with:
tool: cargo-nextest,cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov nextest --all-features --no-fail-fast --lcov --output-path lcov.info
run: cargo llvm-cov nextest --all-features --no-fail-fast --lcov --retries 4 --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true