Skip to content

Commit

Permalink
fix: fix step generate coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
GSabadini committed Jul 21, 2020
1 parent 5a40278 commit 53225d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: yarn lint

## Coverage
- name: Run coverage
run: yarn test:unit --coverage --coverageReporters=json --collectCoverage=true --coverageDirectory=./coverage
# - name: Run coverage
# run: yarn test:unit --coverage --coverageReporters=json --collectCoverage=true --coverageDirectory=./coverage

# ## Codecov
# - name: Upload coverage to Codecov
Expand Down

0 comments on commit 53225d5

Please sign in to comment.