CoxAutomotiveDataSolutions / waimak

Waimak is an open-source framework that makes it easier to create complex data flows in Apache Spark.
Apache License 2.0
75 stars 16 forks source link

Update pom.xml #100

Closed oluies closed 4 years ago

oluies commented 4 years ago

Scalatest 1.0 does not work well on windows see bug https://github.com/scalatest/scalatest-maven-plugin/pull/24 upgrade to 2.0 worked for me. Just for your information

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you have included to verify your changes

codecov-io commented 4 years ago

Codecov Report

Merging #100 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #100   +/-   ##
========================================
  Coverage    88.41%   88.41%           
========================================
  Files           74       74           
  Lines         1787     1787           
  Branches        75       75           
========================================
  Hits          1580     1580           
  Misses         207      207

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 8d5e844...6c8b708. Read the comment docs.

jamesfielder commented 4 years ago

Hi @oluies, thanks so much for this pull request! I'm taking a look if there are any implications of updating this dependency now, but I think all should be good and we will be able to merge this soon.