mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
build(deps): bump codecov/codecov-action from 3 to 4 (#260)
This commit is contained in:
parent
b8b58fc129
commit
e9b7884daf
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -79,7 +79,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
- name: Run Unit tests
|
- name: Run Unit tests
|
||||||
run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./...
|
run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./...
|
||||||
|
|
||||||
- uses: codecov/codecov-action@v3 # https://github.com/codecov/codecov-action
|
- uses: codecov/codecov-action@v4 # https://github.com/codecov/codecov-action
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
file: /tmp/coverage.txt
|
file: /tmp/coverage.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user