Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 #359

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done
if: "env.GIT_DIFF != ''"
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
file: ./coverage.txt
fail_ci_if_error: true
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done
if: "env.GIT_DIFF != ''"
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
file: ./coverage.txt
fail_ci_if_error: true
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done
if: "env.GIT_DIFF != ''"
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
file: ./coverage.txt
fail_ci_if_error: true
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
done
if: "env.GIT_DIFF != ''"
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
file: ./coverage.txt
fail_ci_if_error: true
Expand Down