Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Feature/add tests coverage al #793

Merged
12 commits merged into from Oct 4, 2018
Merged

Feature/add tests coverage al #793

12 commits merged into from Oct 4, 2018

Conversation

ghost
Copy link

@ghost ghost commented Oct 2, 2018

This PR adds test coverage reports and does some minor cleanup on readme page(more badges etc)

@cyzhao @apanicker-nflx I'd suggest to merge it to both 1.12 and 2.0 for comparison on test coverage moving forward.

See how it would look like:
screen shot 2018-10-02 at 10 50 23 am

@codecov
Copy link

codecov bot commented Oct 2, 2018

Codecov Report

❗ No coverage uploaded for pull request base (dev@6b20855). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev     #793   +/-   ##
======================================
  Coverage       ?   60.07%           
  Complexity     ?     2026           
======================================
  Files          ?      165           
  Lines          ?     9537           
  Branches       ?      848           
======================================
  Hits           ?     5729           
  Misses         ?     3462           
  Partials       ?      346

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b20855...a992bfa. Read the comment docs.

@ghost ghost requested a review from s3nthil October 2, 2018 18:24
@@ -0,0 +1,3 @@
codecov:
branch: master
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably remove this as it defaults to master

@@ -0,0 +1,3 @@
codecov:
branch: master
# strict_yaml_branch: master # Enable this if we want to use the yml file in master to dictate the reports for all branches
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a good idea to uncomment this so that the yaml file is restricted to master.

build.gradle Outdated
**********************************/
task codeCoverageReport(type: JacocoReport, group: "Coverage reports") {
executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")
//dependsOn subprojects*.test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented code

allprojects {
apply plugin: 'idea'
apply plugin: 'jacoco'
apply plugin: 'eclipse'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need eclipse and idea plugin?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't but I assume other users might use both

@cyzhao
Copy link
Collaborator

cyzhao commented Oct 4, 2018

@alexnetflix we only need to merge this dev, 2.0 branch is now deprecated. Please resolve the conflict then merge to dev.

@ghost ghost merged commit 7b6093d into dev Oct 4, 2018
@apanicker-nflx apanicker-nflx deleted the feature/add_tests_coverage-AL branch October 4, 2018 17:29
long-64 pushed a commit to long-64/conductor that referenced this pull request Oct 2, 2019
This pull request was closed.
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