Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt-scoverage to 1.7.3 #176

Merged
merged 4 commits into from
May 8, 2021

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    5a33f4b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    de5de06 View commit details
    Browse the repository at this point in the history
  2. Remove sudo key from Travis config

    ```
    $ travis lint
    Warnings for .travis.yml:
    [x] [warn] on root: deprecated key: sudo (The key `sudo` has no effect anymore.)
    ```
    avdv committed May 8, 2021
    Configuration menu
    Copy the full SHA
    33fd1d8 View commit details
    Browse the repository at this point in the history
  3. Move after_success script to coverage job

    There is no reason to run the coverage reports after all jobs,
    it just does not work when there is no instrumentation data.
    avdv committed May 8, 2021
    Configuration menu
    Copy the full SHA
    4d5b2db View commit details
    Browse the repository at this point in the history