File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33
33
- name : Run test
34
34
shell : bash
35
35
run : mvn -V -B -U clean test jacoco:report
36
+
37
+ - name : Coveralls
38
+ if : github.event_name == 'push'
39
+ uses : coverallsapp/github-action@v2
40
+ with :
41
+ github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 18
18
<img src =" ./images/logo.png " alt =" Eiffel RemRem " width =" 350 " />
19
19
20
20
[ ![ Sandbox badge] ( https://img.shields.io/badge/Stage-Sandbox-yellow )] ( https://github.com/eiffel-community/community/blob/master/PROJECT_LIFECYCLE.md#stage-sandbox )
21
- [ ![ Build Status ] ( https://travis-ci.org /eiffel-community/eiffel-remrem-generate. svg?branch=master )] ( https://travis-ci.org /eiffel-community/eiffel-remrem-generate )
21
+ [ ![ CI ] ( https://github.com /eiffel-community/eiffel-remrem-generate/actions/workflows/main.yml/badge. svg )] ( https://github.com /eiffel-community/eiffel-remrem-generate/actions/workflows/main.yml )
22
22
[ ![ Coverage Status] ( https://coveralls.io/repos/github/eiffel-community/eiffel-remrem-generate/badge.svg?branch=master )] ( https://coveralls.io/github/eiffel-community/eiffel-remrem-generate?branch=master )
23
23
[ ![ ] ( https://jitpack.io/v/eiffel-community/eiffel-remrem-generate.svg )] ( https://jitpack.io/#eiffel-community/eiffel-remrem-generate )
24
24
You can’t perform that action at this time.
0 commit comments