Skip to content

Commit

Permalink
fix: Remove coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Mar 25, 2024
1 parent 399cb3f commit 85fe6a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ workflows:
- run:
name: Aggregate coverage reports
command: sbt coverageAggregate
- run:
name: Send coverage report to Codacy
# Specify only scala coverage reports, because coverage reporter is detecting coverage reports
# for other languages that are not valid and are used on tests
command: |
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Scala -r "**/cobertura*.xml"
# - run:
# name: Send coverage report to Codacy
# # Specify only scala coverage reports, because coverage reporter is detecting coverage reports
# # for other languages that are not valid and are used on tests
# command: |
# bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Scala -r "**/cobertura*.xml"
- run:
name: Clean coverage.sbt from cache
command: rm coverage.sbt
Expand Down

0 comments on commit 85fe6a1

Please sign in to comment.