diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 21d3531f79cf..87452bb17c2b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -795,7 +795,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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed with: fail_ci_if_error: false flags: suricata-verify @@ -1463,7 +1463,7 @@ jobs: - run: llvm-profdata-14 merge -o htp-test.profdata /tmp/htp-test.profraw - run: llvm-cov-14 show libhtp/test/test_all -instr-profile=htp-test.profdata --show-instantiations --ignore-filename-regex="^/root/.*" >> coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed with: fail_ci_if_error: false flags: unittests @@ -1566,7 +1566,7 @@ jobs: - run: llvm-profdata-14 merge -o default.profdata $(find /tmp/ -name '*.profraw') - run: llvm-cov-14 show ./src/suricata -instr-profile=default.profdata --show-instantiations --ignore-filename-regex="^/root/.*" > coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed with: fail_ci_if_error: false flags: fuzzcorpus