mirror of
https://github.com/nikolaydubina/calendarheatmap.git
synced 2024-12-12 13:25:21 +02:00
Update test-deploy.yml
This commit is contained in:
parent
6c8d64dcaa
commit
177bb14c03
12
.github/workflows/test-deploy.yml
vendored
12
.github/workflows/test-deploy.yml
vendored
@ -29,16 +29,20 @@ jobs:
|
||||
run: go build
|
||||
|
||||
- name: Test
|
||||
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./charts
|
||||
run: go test -v -coverprofile=coverage.out -covermode=atomic ./charts
|
||||
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1.0.10
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: coverage.out
|
||||
verbose: true
|
||||
|
||||
- name: Build web
|
||||
run: make build-web
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.6
|
||||
uses: JamesIves/github-pages-deploy-action@4.5.0
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: web
|
||||
|
Loading…
Reference in New Issue
Block a user