Skip to content

Commit 5d2b9a1

Browse files
committed
Address requested changes.
Remove `env` and `cache-name` as it appears to not be used despite being provided in the documentation. Do not run `mvn test-compile`. Remove `flag-name` and `parallel` parameters. Remove branch name argument from badges.
1 parent 8fb1e6e commit 5d2b9a1

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111

1212
- name: "Maven Cache"
1313
uses: actions/cache@v2
14-
env:
15-
cache-name: cache-maven-dependencies
1614
with:
1715
path: ~/.m2/repository
1816
key: ${{ runner.os }}-cache-maven-${{ hashFiles('**/pom.xml') }}
@@ -22,17 +20,12 @@ jobs:
2220
with:
2321
java-version: 1.8
2422

25-
- name: "Maven Build"
26-
run: mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
27-
2823
- name: "Maven Test"
2924
run: mvn clean test cobertura:cobertura jacoco:report coveralls:report -DdryRun=true
3025

3126
- name: "Send to Coveralls (build java-${{ github.run_number }})"
3227
uses: MikeEdgar/github-action@raw_coverage_file
3328
with:
3429
github-token: ${{ secrets.github_token }}
35-
flag-name: java-${{ github.run_number }}
36-
parallel: false
3730
path-to-file: './target/coveralls.json'
3831
coverage-format: raw

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://github.com/TAMULib/LibraryServiceStatusSystemService/workflows/Build/badge.svg)](https://github.com/TAMULib/LibraryServiceStatusSystemService/actions?query=workflow%3ABuild)
2-
[![Coverage Status](https://coveralls.io/repos/github/TAMULib/LibraryServiceStatusSystemService/badge.svg?branch=master)](https://coveralls.io/github/TAMULib/LibraryServiceStatusSystemService?branch=master)
2+
[![Coverage Status](https://coveralls.io/repos/github/TAMULib/LibraryServiceStatusSystemService/badge.svg)](https://coveralls.io/github/TAMULib/LibraryServiceStatusSystemService)
33

44
# Library Service Status System
55

0 commit comments

Comments
 (0)