camunda-community-hub / camunda-platform-7-mockito

Provides mock helpers to register delegate/listener mocks while testing processes
Apache License 2.0
45 stars 21 forks source link

Migrate to gh-actions completely #117

Closed zambrovski closed 1 year ago

zambrovski commented 4 years ago

Setup GH Actions Codevov token as secret (CODECOV_TOKEN) and add the following action to the script:

    - name: Upload coverage to Codecov
      uses: codecov/codecov-action@v1.0.2
      with:
        token: ${{secrets.CODECOV_TOKEN}}

Then delete travis-ci.yml file and change the badge in the README.

zambrovski commented 1 year ago

Fixed.