Skip to content

Commit

Permalink
Merge pull request avocado-framework#5961 from richtja/coverge_update
Browse files Browse the repository at this point in the history
Coverage update
  • Loading branch information
richtja authored Jun 24, 2024
2 parents 8932bba + 77378a7 commit 4c0ef5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[run]
source = avocado/, optional_plugins/
concurrency = multiprocessing
4 changes: 3 additions & 1 deletion selftests/run_coverage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash
# Execute all unittests with coverage and report code coverage.
#
# Copyright: Red Hat Inc.
Expand All @@ -25,4 +25,6 @@ echo
$COVERAGE report -m --include "avocado/plugins/*"
echo
$COVERAGE report -m --include "optional_plugins/*"
echo
$COVERAGE report
$COVERAGE xml

0 comments on commit 4c0ef5a

Please sign in to comment.