Implement integration-test based on YNAB-Export #46

Merged
jacob1123 merged 24 commits from integration-test into master 2022-04-06 21:26:47 +02:00
Showing only changes of commit f67f6ff0d8 - Show all commits

View File

@ -65,7 +65,13 @@ tasks:
desc: Run CI build desc: Run CI build
cmds: cmds:
- task: build-prod - task: build-prod
- go test ./... - task: cover
cover:
desc: Run test and analyze coverage
cmds:
- go test ./... -coverprofile=coverage.out -covermode=atomic
- go tool cover -html=coverage.out -o=coverage.html
frontend: frontend:
desc: Build vue frontend desc: Build vue frontend