mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
d123fe4785
* [CI] Add Codecov support * [CI] Capture backend coverage from integration tests * [CI] Remove unnecessary artifacts for coverage build * [CI] Only run coverage elements where necessary * [CI] Simplify post-command hook * Fix yarn dependencies and collect coverage * [CI] Include cmd/authelia/ path in coverage * [CI] Exclude internal/suites/ in coverage Closes #1061.
50 lines
499 B
Plaintext
50 lines
499 B
Plaintext
|
|
# NodeJs modules
|
|
node_modules/
|
|
|
|
# npm debug logs
|
|
npm-debug.log*
|
|
|
|
# Coverage reports
|
|
coverage/
|
|
coverage.txt
|
|
|
|
.vscode/
|
|
|
|
*.swp
|
|
*~
|
|
|
|
# Directory used by example
|
|
/notifications/
|
|
|
|
# VSCode user configuration
|
|
.vscode/
|
|
|
|
# Generated by TypeScript compiler
|
|
dist/
|
|
|
|
.nyc_output/
|
|
|
|
*.tgz
|
|
|
|
# Specific files
|
|
/configuration.yml
|
|
/config.yml
|
|
/config.test.yml
|
|
|
|
internal/suites/example/ldap/private.ldif
|
|
|
|
Configuration.schema.json
|
|
|
|
.suite
|
|
.kube
|
|
.idea
|
|
|
|
.authelia-interrupt
|
|
|
|
qemu-*-static
|
|
|
|
public_html.gen.go
|
|
|
|
__debug_bin
|