[go: nahoru, domu]

Skip to content

Commit

Permalink
Update workflows config
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n committed Sep 24, 2021
1 parent acca1e8 commit bcbdbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Codecov
on: [push, pull_request]
on: pull_request
jobs:
run:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- name: Fetch
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Test
run: |
npm install
npm ci
npm t -- --coverage
- name: Upload coverage to Codecov
Expand Down

0 comments on commit bcbdbe7

Please sign in to comment.