Skip to content

Commit

Permalink
Update to codecov.yml
Browse files Browse the repository at this point in the history
Testing code coverage ignore mechanics.
  • Loading branch information
rjbrown2 committed Jan 10, 2022
1 parent c67b581 commit 567a4e6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
ignore:
- "/src/src_feature_stubs"
- "/src/src_main/crypto_print.c"
- "/home/runner/work/CryptoLib/CryptoLib/util/src_util/process_security.c"
- "/home/runner/work/CryptoLib/CryptoLib/util/src_util/ut_mysql_tls_connection.c"
- "/home/runner/work/CryptoLib/CryptoLib/util/src_util/ut_mysql_m_tls_connection.c"
- "/home/runner/work/CryptoLib/CryptoLib/util/src_util/apply_security.c"
- "/home/runner/work/CryptoLib/CryptoLib/util/src_util/crypto_sequence.c"
- "/home/runner/work/CryptoLib/CryptoLib/src/src_main/crypto_print.c"
- "/home/runner/work/CryptoLib/CryptoLib/util/include/utest.h"
- "/home/runner/work/CryptoLib/CryptoLib/util/core/shared_util.c"
- "/home/runner/work/CryptoLib/CryptoLib/src/src_feature_stubs/cryptography_kmc_stub/cryptography_interface_kmc.stub.c"
- "/home/runner/work/CryptoLib/CryptoLib/src/src_feature_stubs/mysql_stub/sadb_routine_mariadb.stub.c"

0 comments on commit 567a4e6

Please sign in to comment.