Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TAMULib/ProjectManagementService …
Browse files Browse the repository at this point in the history
…into sprint-action-test
  • Loading branch information
wwelling committed Feb 3, 2021
2 parents fb793d4 + 0748d30 commit 4e2c961
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 39 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,19 @@ jobs:
- name: "Maven Test"
run: mvn clean test cobertura:cobertura jacoco:report coveralls:report -DdryRun=true

- name: "Send to Coveralls (build java-${{ github.run_number }})"
- name: "Coverage Report"
uses: MikeEdgar/github-action@raw_coverage_file
with:
github-token: ${{ secrets.github_token }}
path-to-file: './target/coveralls.json'
coverage-format: raw

- name: "Deploy GH-Pages"
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
github_token: ${{ secrets.github_token }}
branch: gh-pages
folder: target/generated-docs
clean: true
single_commit: true
38 changes: 0 additions & 38 deletions .github/workflows/ghpages.yml

This file was deleted.

0 comments on commit 4e2c961

Please sign in to comment.