Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Jun 18, 2020
1 parent 67428c4 commit f2e3a92
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/[A] compute coverage.yml
@@ -0,0 +1,26 @@
name: Compute coverage

on:
push:
branches:
- version_5
paths:
- "src/main/**"
- "src/test/**"
- ".github/workflows/**"
- "**.properties"
- "**.xml"

jobs:
compute-coverage:
name: Compute coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
architecture: x64
- name: Build and test
run: mvn clean test -DskipTests=false -Dproject_jdk_version=8 -P run-coveralls jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@

[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209%2C%2010%2C%2011%2C%2012%2C%2013%2C%2014%2C%2015ea-blueviolet)](https://github.com/burningwave/core/actions/runs/124781604)

[![Coverage Status](https://coveralls.io/repos/github/burningwave/core/badge.svg?branch=master)](https://coveralls.io/github/burningwave/core?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/burningwave/core/badge.svg?branch=version_5)](https://coveralls.io/github/burningwave/core?branch=version_5)
[![GitHub issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues)

**Tested on Java versions ranging from 8 to 15-ea, Burningwave Core** is a fully independent, advanced, free and open source Java frameworks building library and it is useful for scanning class paths, generating classes at runtime, facilitating the use of reflection, scanning the filesystem, executing stringified source code and much more...
Expand Down

0 comments on commit f2e3a92

Please sign in to comment.