Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 31, 2023
1 parent ce9449d commit 715ff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ commands:
cd /home/circleci/project/coverage_results
cp -a . /home/circleci/project/
cd /home/circleci/project/
coverage report -m
ls -a -ltr
coverage combine
coverage report -m
echo "after coverage combine"
ls -a -ltr
echo "started coverage html"
Expand Down

0 comments on commit 715ff32

Please sign in to comment.