Skip to content

Commit

Permalink
ci: limit codecov to only one OS
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Aug 13, 2020
1 parent d0b38db commit 39d303e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Test
run: npm run test
- name: Coverage
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v1
test-system:
strategy:
Expand Down

0 comments on commit 39d303e

Please sign in to comment.