Skip to content

Commit

Permalink
add cov
Browse files Browse the repository at this point in the history
  • Loading branch information
wptoux committed Feb 16, 2022
1 parent bd82389 commit bc56f77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ clean: uninstall
$(RM) -r src/fastgm/*.c
$(RM) -r .pytest_cache
$(RM) -r src/*.so src/fastgm/*.so
$(RM) -r reports .coverage
find . -name __pycache__ -exec rm -r {} +
#git clean -fdX

Expand Down
1 change: 1 addition & 0 deletions reports/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions reports/junit/junit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="8" time="0.209" timestamp="2022-02-16T10:27:08.156156" hostname="DESKTOP-A77L859"><testcase classname="tests.test_gm" name="test_sm4_ecb" time="0.001" /><testcase classname="tests.test_gm" name="test_sm4_ecb_with_crypto" time="0.031" /><testcase classname="tests.test_gm" name="test_sm4_ecb_pkcs7" time="0.001" /><testcase classname="tests.test_gm" name="test_sm4_ecb_with_gmssl" time="0.002" /><testcase classname="tests.test_gm" name="test_sm4_generate_key" time="0.000" /><testcase classname="tests.test_gm" name="test_sm3" time="0.078" /><testcase classname="tests.test_gm" name="test_sm2" time="0.021" /><testcase classname="tests.test_gm" name="test_sm2_generate_key" time="0.023" /></testsuite></testsuites>
1 change: 1 addition & 0 deletions reports/tests.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc56f77

Please sign in to comment.