This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(#54): Refactors the LibpfmChildSensor
Closes #54. Uses the helper as a parameter in order to rewrite tests (we will be able to mock this object). A new libpfm jar is provided in order to be used in all supported architectures by libpfm. chore(dependencies): update plugins and dependencies Updates all dependencies and plugins used by PowerAPI.
- Loading branch information
Showing
29 changed files
with
734 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
language: scala | ||
scala: | ||
- 2.11.4 | ||
- 2.11.6 | ||
script: | ||
- sbt clean coverage test | ||
before_install: | ||
- openssl aes-256-cbc -K $encrypted_48ebb0d1c0b9_key -iv $encrypted_48ebb0d1c0b9_iv | ||
-in secrets.tar.enc -out secrets.tar -d | ||
- tar xf secrets.tar | ||
- sbt clean "project powerapi-core" coverage test | ||
after_success: | ||
- sbt coverageReport | ||
- sbt coverageAggregate | ||
- sbt codacyCoverage | ||
- sbt "project powerapi-core" coverageReport | ||
- sbt "project powerapi-core" codacyCoverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.