Skip to content

Commit

Permalink
fix(ci): update codecov actions (air-verse#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmtrek committed Dec 29, 2021
1 parent 7e27286 commit f46e57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- name: run Unit tests.
run: go test ./... -v -covermode=count -coverprofile=coverage.txt
- name: upload Coverage report to CodeCov
uses: codecov/codecov-action@v1.0.0
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
verbose: true

push_to_docker_latest:
name: push master code to docker latest image
Expand Down

0 comments on commit f46e57e

Please sign in to comment.