We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a194af commit 656d3e0Copy full SHA for 656d3e0
.circleci/config.yml
@@ -25,12 +25,12 @@ jobs:
25
# Then run your tests!
26
- run:
27
name: Test
28
- command: mvn test
+ command: mvn test jacoco:report coveralls:report
29
30
# Invoke jobs via workflows
31
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
32
workflows:
33
- sample: # This is the name of the workflow, feel free to change it to better match your workflow.
+ Build And Test: # This is the name of the workflow, feel free to change it to better match your workflow.
34
# Inside the workflow, you define the jobs you want to run.
35
jobs:
36
- build-and-test
.travis.yml
0 commit comments