Skip to content

Commit

Permalink
CI: add job that sends coverage report to codacy in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Sep 1, 2020
1 parent dff8864 commit dbe5c75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,16 @@ workflows:
tags:
only: /.*/

- codacy-coverage-report:
requires:
- test
filters:
branches:
ignore:
- /docs?\/.*/
tags:
only: /.*/

- deploy_docker_release:
requires:
- build
Expand Down

0 comments on commit dbe5c75

Please sign in to comment.