Skip to content

Commit e8e9ea2

Browse files
use coverage-upload-github-action v1.0.3
1 parent feea9cc commit e8e9ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
llvm-cov export dist/lib/mod_datadog.so -format=lcov -instr-profile=/tmp/default.profdata -ignore-filename-regex=/httpd/ > coverage.lcov
7373
- name: Upload code coverage report to Datadog
7474
# The commit hash comes from the release of the action: https://github.com/DataDog/coverage-upload-github-action/releases
75-
uses: DataDog/coverage-upload-github-action@f80c0e6e64e5d20d6af251ba00361eeaebc7ff99 # v1.0.2
75+
uses: DataDog/coverage-upload-github-action@6c4bd935248daa6f0ef94e3e6ba71ad5ad079998 # v1.0.3
7676
with:
7777
api_key: ${{ secrets.DD_API_KEY_CI_APP }}
7878
files: coverage.lcov

0 commit comments

Comments
 (0)