- Notifications
You must be signed in to change notification settings - Fork2
Bump form-data and jsdom#18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| name:Running Code Coverage | |
| on:[push, pull_request] | |
| jobs: | |
| build: | |
| runs-on:ubuntu-latest | |
| steps: | |
| -uses:actions/checkout@v1 | |
| -uses:actions/setup-node@v1 | |
| with: | |
| node-version:12 | |
| -run:npm ci | |
| -name:Run the tests | |
| run:npm run test:coverage | |
| -name:Upload coverage to Codecov | |
| uses:codecov/codecov-action@v1.5.0 |