1
0
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:
Nikolay Dubina 2024-03-21 15:52:04 +08:00 committed by GitHub
parent 6c8d64dcaa
commit 177bb14c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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