Skip to content

Commit

Permalink
chore(ci): tweak --include values
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Feb 18, 2021
1 parent 72f31a6 commit 9a8f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.nodejs < 12

- name: (coverage) Test
run: nyc --include=src,babel-plugin-optimize-obj-str npm test
run: nyc --include=src --include=babel-plugin-optimize-obj-str npm test
if: matrix.nodejs >= 12

- name: (coverage) Report
Expand Down

0 comments on commit 9a8f195

Please sign in to comment.