diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 93a8c73dac..bacbb0c55d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -845,7 +845,7 @@ jobs: - run: llvm-profdata merge -o default.profdata $(find suricata-verify/tests/ -name '*.profraw') - run: llvm-cov show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 with: fail_ci_if_error: false flags: suricata-verify @@ -1468,7 +1468,7 @@ jobs: - run: llvm-profdata-19 merge -o ct.profdata /tmp/ct.profraw - run: llvm-cov-19 show $(find rust/target/debug/deps/ -type f -regex 'rust/target/debug/deps/suricata\-[a-z0-9]+$') -instr-profile=ct.profdata --show-instantiations --ignore-filename-regex="^/root/.*" >> coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 with: fail_ci_if_error: false flags: unittests @@ -1575,7 +1575,7 @@ jobs: - run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 with: fail_ci_if_error: false flags: pcap @@ -1713,7 +1713,7 @@ jobs: - run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 with: fail_ci_if_error: false flags: livemode @@ -2009,7 +2009,7 @@ jobs: - run: llvm-profdata-15 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-15 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 with: fail_ci_if_error: false flags: fuzzcorpus