This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
The following commit(s) were added to refs/heads/master by this push:
new 0ae97e8 fix: Ignore codecov files (#307)
0ae97e8 is described below
commit 0ae97e805c8f20c07ea4159e2a3e32e761e977f0
Author: Norman Breau <[email protected]>
AuthorDate: Sat May 13 13:15:48 2023 -0300
fix: Ignore codecov files (#307)
---
src/audit-license-headers.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js
index c2084dd..b18323a 100644
--- a/src/audit-license-headers.js
+++ b/src/audit-license-headers.js
@@ -43,6 +43,10 @@ const COMMON_RAT_EXCLUDES = [
'*-Info.plist',
'Info.plist',
+ // exclude code coverage reports
+ 'lcov-*',
+ 'lcov.info',
+
// Other
'.*',
'*.json', // Excludes all JSON files because commenting is not supported.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]