You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cd arithmeticoperations # enter Maven root directory
- ls -la # this command just prints the contents of the current working directory.
script:
- mvn package jacoco:report
# the coveralls:report is required only for the coveralls coverage service
# the cobertura:cobertura is optional only for advanced coverage reporting and, if exists, is used by CodeCov
after_success:
- bash <(curl -s https://codecov.io/bash) -t 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 # replace the 1036eb64-2d96-44c6-b132-0dde4e7dfcca with your repository's token obtained by CodeCov