File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- name : " units-test "
1+ name : " ci "
22on :
33 pull_request :
44 push :
77 - " releases/*"
88
99jobs :
10- # unit tests
11- units :
10+ unit-tests :
1211 runs-on : ubuntu-latest
1312 steps :
1413 - uses : actions/checkout@v2
1514 - run : npm ci
1615 - run : npm test
1716
18- # test action works running from the graph
19- test :
17+ e2e :
2018 runs-on : ubuntu-latest
2119 steps :
2220 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 44
55Developed with 💙 by [ Very Good Ventures] ( https://verygood.ventures ) 🦄
66
7- [ ![ units-test ] ( https://github.com/VGVentures/very-good-coverage/workflows/units-test /badge.svg )] ( https://github.com/VGVentures/very_good_analysis/actions )
7+ [ ![ ci ] ( https://github.com/VGVentures/very-good-coverage/workflows/ci /badge.svg )] ( https://github.com/VGVentures/very_good_analysis/actions )
88[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
99
1010A Github Action which helps enforce a minimum code coverage threshold.
You can’t perform that action at this time.
0 commit comments