Skip to content

Commit

Permalink
Reverting attempt to collect code coverage, instrumentation unexpecte…
Browse files Browse the repository at this point in the history
…dly affects some test results, needs more investigations
  • Loading branch information
barancev committed Dec 6, 2020
1 parent 6e3bb48 commit f65bdec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,3 @@ build --test_env=SELENIUM_BROWSER
build --test_env=TRAVIS

test --test_timeout=180
test --collect_code_coverage
test --combined_report=lcov
test --coverage_report_generator=@bazel_sonarqube//:sonarqube_coverage_generator
test --instrumentation_filter=^//java/client/test/org/openqa/selenium[/:],^//java/server/test/org/openqa/selenium/docker[/:],^//java/server/test/org/openqa/selenium/grid/config[/:],^//java/server/test/org/openqa/selenium/grid/data[/:],^//java/server/test/org/openqa/selenium/grid/distributor/local[/:],^//java/server/test/org/openqa/selenium/grid/distributor/selector[/:],^//java/server/test/org/openqa/selenium/grid/graphql[/:],^//java/server/test/org/openqa/selenium/grid/node[/:],^//java/server/test/org/openqa/selenium/grid/sessionmap[/:],^//java/server/test/org/openqa/selenium/grid/sessionqueue[/:],^//java/server/test/org/openqa/selenium/grid/web[/:],^//java/server/test/org/openqa/selenium/netty/server[/:],-^//java/client/test/org/openqa/selenium/support[/:]
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout source tree
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache Bazel artifacts
uses: actions/cache@v2
with:
Expand All @@ -45,6 +43,8 @@ jobs:
steps:
- name: Checkout source tree
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache Bazel artifacts
uses: actions/cache@v2
with:
Expand Down
13 changes: 0 additions & 13 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -243,16 +243,3 @@ k8s_defaults(
load("//common:repositories.bzl", "pin_browsers")

pin_browsers()

http_archive(
name = "bazel_sonarqube",
sha256 = "e33f8222983b20cc4eb7d128db68bf83a63571d0b6e05b97bd3871b81f8fb9d9",
strip_prefix = "bazel-sonarqube-56537ff1cf4e6c28fba2b06e0f20d1f4e186645e",
urls = [
"https://github.com/Zetten/bazel-sonarqube/archive/56537ff1cf4e6c28fba2b06e0f20d1f4e186645e.zip",
],
)

load("@bazel_sonarqube//:repositories.bzl", "bazel_sonarqube_repositories")

bazel_sonarqube_repositories()
1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sonar.projectVersion=4.0
sonar.sourceEncoding=UTF-8

sonar.modules=java_client,java_server
sonar.coverageReportPaths=bazel-out/_coverage/_coverage_report.dat

java_client.sonar.projectName=Java Client
java_client.sonar.projectBaseDir=.
Expand Down

0 comments on commit f65bdec

Please sign in to comment.