Skip to content

Commit

Permalink
Updated for version 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Sep 9, 2015
1 parent 00d920f commit 291684a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -8,11 +8,13 @@
.tmp
data
results
test
lib

#npm
node_modules
.npmrc
.npmignore

#build
.travis.yml
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
<a name="0.2.14"></a>
# 0.2.14 (2015-09-09)

## Bugfix
- Fix support for karma-junit-reporter higher then 0.3.1 (glob support)
- Fix test files containing dots in the name do not get uploaded

<a name="0.2.13"></a>
# 0.2.13 (2015-07-08)

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -64,7 +64,7 @@ module.exports = function (grunt) {
src: 'src',
test: 'test',
reports: {
unit: 'results/unit/results.xml',
unit: 'results/unit/**/TESTS*.xml',
coverage: 'results/unit/coverage/**/lcov.info'
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-karma-sonar",
"description": "Grunt plugin for integrating karma reports with sonar",
"version": "0.2.13",
"version": "0.2.14",
"homepage": "https://github.com/mdasberg/grunt-karma-sonar",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit 291684a

Please sign in to comment.