We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add code coverage https://github.com/SimonKagstrom/kcov
upload code coverage to deepsource using github action
coverage Implement test coverage via kcov in our CI bats-core/bats-core#15
# bats test_tags=no-kcov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
add code coverage https://github.com/SimonKagstrom/kcov
upload code coverage to deepsource using github action
coverage Implement test coverage via kcov in our CI bats-core/bats-core#15
bats -r src/Options/generateCommand.bats -j 30
--include-path=$(pwd)/src --exclude-pattern=/testsData/ --exclude-path=/tmp --exclude-path=$PWD/vendor
$PWD/logs/coverage bats -r src -j 30
# bats test_tags=no-kcov
before the testa bats file that source all the src files of the framework.
The text was updated successfully, but these errors were encountered: