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