Skip to content

Commit

Permalink
update codecov workflow to fix failures
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Jun 28, 2024
1 parent c8c9add commit a4caa06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo ./function-test-udp6
sudo ./function-test-udp6_leak
- name: Codecov Upload
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
disable_file_fixes: true
fail_ci_if_error: true
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
sudo ./function-test-udp6
sudo ./function-test-udp6_leak
- name: Codecov Upload
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
disable_file_fixes: true
fail_ci_if_error: true
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
make check
if grep "DEPRECATED" Testing/Temporary/LastTest.log; then exit 1; fi
- name: Codecov Upload
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
disable_file_fixes: true
fail_ci_if_error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo ./function-test-udp6
sudo ./function-test-udp6_leak
- name: Codecov Upload
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
disable_file_fixes: true
fail_ci_if_error: true
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
make check
if grep "DEPRECATED" Testing/Temporary/LastTest.log; then exit 1; fi
- name: Codecov Upload
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
disable_file_fixes: true
fail_ci_if_error: true
Expand Down

0 comments on commit a4caa06

Please sign in to comment.