Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Add task to upload code coverage report files #50

Merged
merged 3 commits into from
Sep 15, 2016
Merged

Conversation

jeffyoung
Copy link
Contributor

I'm using the vsts-task-lib to upload the generated code coverage reports myself. The code coverage feature of the Gulp build task can't be passed folders to ignore (only include), so I've got a task to run code coverage myself. I'm adding a separate task here to upload the files as I've run into a race condition between when the my gulp task expects the report files to be available and when gulp-istanbul.writeReports() actually finishes writing them. (This task is a workaround but the issue will need to be addressed later.) The build definitions will need to call this new gulp task at the end of the build.

Also, the tasklib seems to leave a .taskkey file in the root of the repo (add it to .gitignore).

@davidstaheli
Copy link
Contributor

Go for it!

@jeffyoung jeffyoung merged commit 7396ffe into master Sep 15, 2016
@jeffyoung jeffyoung deleted the jeyou/cc-upload3 branch September 15, 2016 15:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants