File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 30
30
run : bundle exec rake spec
31
31
32
32
- name : Coveralls
33
- uses : coverallsapp/github-action@master
33
+ uses : coverallsapp/github-action@v2
34
34
with :
35
35
github-token : ${{ secrets.GITHUB_TOKEN }}
36
36
flag-name : run-${{ matrix.ruby }}-${{ matrix.gemfile }}
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Coveralls Finished
44
- uses : coverallsapp/github-action@master
44
+ uses : coverallsapp/github-action@v2
45
45
with :
46
46
github-token : ${{ secrets.github_token }}
47
47
parallel-finished : true
Original file line number Diff line number Diff line change 61
61
run : bundle exec rspec ${{ matrix.specs }}
62
62
63
63
- name : Coveralls
64
- uses : coverallsapp/github-action@master
64
+ uses : coverallsapp/github-action@v2
65
65
with :
66
66
github-token : ${{ secrets.GITHUB_TOKEN }}
67
67
flag-name : run-${{ matrix.ruby }}-${{ matrix.gemfile }}
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Coveralls Finished
75
- uses : coverallsapp/github-action@master
75
+ uses : coverallsapp/github-action@v2
76
76
with :
77
77
github-token : ${{ secrets.github_token }}
78
78
parallel-finished : true
Original file line number Diff line number Diff line change 26
26
* [ #2430 ] ( https://github.com/ruby-grape/grape/pull/2430 ) : Isolate extensions within specific gemfile - [ @ericproulx ] ( https://github.com/ericproulx ) .
27
27
* [ #2431 ] ( https://github.com/ruby-grape/grape/pull/2431 ) : Drop appraisals in favor of eval_gemfile - [ @ericproulx ] ( https://github.com/ericproulx ) .
28
28
* [ #2435 ] ( https://github.com/ruby-grape/grape/pull/2435 ) : Use rack constants - [ @ericproulx ] ( https://github.com/ericproulx ) .
29
+ * [ #2436 ] ( https://github.com/ruby-grape/grape/pull/2436 ) : Update coverallsapp github-action - [ @ericproulx ] ( https://github.com/ericproulx ) .
29
30
* Your contribution here.
30
31
31
32
#### Fixes
You can’t perform that action at this time.
0 commit comments