Skip to content

Commit

Permalink
Merge pull request #324 from MissouriMRDT/topic/add-test-coverage-to-…
Browse files Browse the repository at this point in the history
…deepsource

Update .deepsource.toml
  • Loading branch information
Byrdman32 authored Sep 16, 2024
2 parents d15cac6 + 8ea959f commit ff6ee01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ exclude_patterns = [
"tests/**"
]

[[analyzers]]
name = "test-coverage"

[[analyzers]]
name = "shell"

Expand All @@ -32,4 +35,4 @@ name = "docker"
]

[[analyzers]]
name = "cxx"
name = "cxx"

0 comments on commit ff6ee01

Please sign in to comment.