Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 1736864

Browse files
codecov action version bump (#143)
* Updated codecov action version to 3.1.1 Signed-off-by: Ali Abbas Jaffri <ali.abbasjaffri@live.com> * Removed codecov updater utility Signed-off-by: Ali Abbas Jaffri <ali.abbasjaffri@live.com> Signed-off-by: Ali Abbas Jaffri <ali.abbasjaffri@live.com>
1 parent bc6c604 commit 1736864

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Unit Tests
5959
run: make mod_download && make test_unit_codecov
6060
- name: Push CodeCov
61-
uses: codecov/codecov-action@v1
61+
uses: codecov/codecov-action@v3.1.1
6262
with:
6363
file: coverage.txt
6464
flags: unittests

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ compile:
2828
.PHONY: test_unit_codecov
2929
test_unit_codecov:
3030
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
31-
curl -s https://codecov.io/bash > codecov_bash.sh && bash codecov_bash.sh

0 commit comments

Comments
 (0)