Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Upload coverage data #113

Merged
merged 1 commit into from
May 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ yarn -s run prettier-check
pushd package
yarn -s --frozen-lockfile
yarn -s run build
yarn -s run test
yarn -s run cover
bash <(curl -s https://codecov.io/bash)
popd

pushd template
Expand Down