Skip to content

Commit

Permalink
new: coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 18, 2023
1 parent 13a29ea commit 7f4c300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ workflows:
- lint
- test

orbs:
coveralls: coveralls/coveralls@2.2.1

jobs:
lint:
machine:
Expand Down Expand Up @@ -68,3 +71,4 @@ jobs:
- run:
name: Run PyTest
command: pytest --cov=adbcug_adapter --cov-report xml --cov-report term-missing -v --color=yes --no-cov-on-fail --code-highlight=yes
- coveralls/upload

0 comments on commit 7f4c300

Please sign in to comment.