Skip to content

Commit

Permalink
Merge pull request #34 from eparovyshnaya/CodeCov
Browse files Browse the repository at this point in the history
16 Employ test coverage analysis tool
  • Loading branch information
ruspl-afed authored Nov 6, 2019
2 parents 990fe5f + 9874dc4 commit f2638ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ before_install: echo "MAVEN_OPTS='-Xmx2048m'" > ~/.mavenrc

install: true

script: mvn clean verify
script: mvn clean verify -Pcoverage
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9b7ac68ec46a4d58b6e33c5d96a34d42)](https://www.codacy.com/manual/eclipse_2/passage?utm_source=github.com&utm_medium=referral&utm_content=eclipse/passage&utm_campaign=Badge_Grade)

[![codecov](https://codecov.io/gh/eclipse/passage/branch/master/graph/badge.svg)](https://codecov.io/gh/eclipse/passage)

The Passage LIC is a part of the [Eclipse Passage](https://projects.eclipse.org/projects/technology.passage) solution.
This component verifies that the software has sufficient license grants in accordance with the specified licensing requirements.
The Equinox-based implementation includes various validators for the time-limited, node-locked and other types of licenses.
Expand Down

0 comments on commit f2638ad

Please sign in to comment.