Skip to content

Commit

Permalink
codecov action version bump (flyteorg#143)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
aliabbasjaffri committed Nov 7, 2022
1 parent bc6c604 commit 1736864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Unit Tests
run: make mod_download && make test_unit_codecov
- name: Push CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3.1.1
with:
file: coverage.txt
flags: unittests
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ compile:
.PHONY: test_unit_codecov
test_unit_codecov:
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
curl -s https://codecov.io/bash > codecov_bash.sh && bash codecov_bash.sh

0 comments on commit 1736864

Please sign in to comment.