Skip to content

Commit 35cd66a

Browse files
committed
Bump codecov/codecov-action workflow dependency to v2
The `codecov/codecov-action` action is used in the unit test runner workflow to upload code coverage data to codecov. The workflow is configured to use the latest release within the specified major version series. It is necessary to manually update the workflow any time a new major version series of an action begins, in which case a review is necessary to determine whether the workflow is affected by the breaking changes that required the major bump. The action is now in its 2.x version series. The cause of the major bump was the removal of some of the action's inputs. I reviewed the changes and found that none of the inputs used in the workflow are affected so it is possible to update without any other changes to the workflow.
1 parent 88eb164 commit 35cd66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Send unit tests coverage to Codecov
5555
if: matrix.operating-system == 'ubuntu-latest'
56-
uses: codecov/codecov-action@v1
56+
uses: codecov/codecov-action@v2
5757
with:
5858
file: ./coverage_unit.txt
5959
flags: unit

0 commit comments

Comments
 (0)