Skip to content

Commit

Permalink
chore: Fixing ignored views in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed May 7, 2024
1 parent 7ffdf21 commit 26385a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Run Unit Tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
5 changes: 3 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ignore:
- "**/Views"
- "**/Authenticator.swift"
- "Sources/Authenticator/Views"
- "Sources/Authenticator/Theming"
- "Sources/Authenticator/Authenticator.swift"

codecov:
branch: main
Expand Down

0 comments on commit 26385a8

Please sign in to comment.