File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - name : Checkout
13+ uses : actions/checkout@v2
14+ with :
15+ fetch-depth : ' 0'
16+
1317 - name : Set up JDK 1.8
1418 uses : actions/setup-java@v1
1519 with :
2024 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
2125 gpg-passphrase : GPG_PASSPHRASE
2226
23- - name : Set up Codecov
24- - uses : codecov/codecov-action@v1
25- with : ${{ secrets.COVERALLS_TOKEN }}
26-
27- - name : Set up Node.js
28- uses : actions/setup-node@v1
29- with :
30- node-version : 12
31-
3227 - name : Build with Maven
3328 run : mvn clean test cobertura:cobertura
3429
3732 with :
3833 token : ${{ secrets.CODECOV_TOKEN }}
3934
35+ - name : Set up Node.js
36+ uses : actions/setup-node@v1
37+ with :
38+ node-version : 12
39+
4040 - name : Sematic Release
4141 run : |
4242 npm install -g @conveyal/maven-semantic-release semantic-release
Original file line number Diff line number Diff line change 22====
33
44[ ![ codebeat badge] ( https://codebeat.co/badges/c17c9ee1-da42-4db3-8047-9574ad2b23b1 )] ( https://codebeat.co/projects/github-com-casbin-jcasbin-master )
5- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ casbin/jcasbin/badge.svg?branch=master )] ( https://coveralls .io/github /casbin/jcasbin?branch=master )
5+ [ ![ codecov ] ( https://codecov .io/gh/ casbin/jcasbin/branch/master/graph/ badge.svg?token=pKOEodQ3q9 )] ( https://codecov .io/gh /casbin/jcasbin )
66[ ![ Javadocs] ( https://www.javadoc.io/badge/org.casbin/jcasbin.svg )] ( https://www.javadoc.io/doc/org.casbin/jcasbin )
77[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.casbin/jcasbin.svg )] ( https://mvnrepository.com/artifact/org.casbin/jcasbin/latest )
88[ ![ Release] ( https://img.shields.io/github/release/casbin/jcasbin.svg )] ( https://github.com/casbin/jcasbin/releases/latest )
You can’t perform that action at this time.
0 commit comments