Skip to content

Commit

Permalink
Merge pull request #205 from myheritage/ISSUE-204
Browse files Browse the repository at this point in the history
ISSUE-204 - last build metrics don't have stages breakdown
  • Loading branch information
Marky Jackson authored Feb 1, 2021
2 parents 7e99aa1 + c1fe941 commit d6ab3ea
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 196 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ You should usually open a pull request in the following situations:
Submit trivial fixes (for example, a typo, a broken link or an obvious error)
Start work on a contribution that was already asked for, or that you’ve already discussed, in an issue

### Testing your code
To run unit tests, use the `test` maven goal, or
```shell
mvn test
```

The automated pipeline also runs static analysis, to run it locally, use the `spotbugs:check` target, or
```shell
mvn spotbugs:check
```

### Forking a repository
Fork the repository and clone it locally. Connect your local to the original “upstream” repository by adding it as a remote. Pull in changes from “upstream” often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely.

Expand Down
Loading

0 comments on commit d6ab3ea

Please sign in to comment.