Skip to content

Commit

Permalink
chore: 🔧 ignore C sources in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbarsukov committed Sep 28, 2024
1 parent 066a068 commit 75cbc2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "**/*.exs"
- "**/*.eex"
- "mix.lock"
- "coveralls.json"
pull_request:
branches:
- master
Expand All @@ -19,6 +20,7 @@ on:
- "**/*.exs"
- "**/*.eex"
- "mix.lock"
- "coveralls.json"

jobs:
lint:
Expand Down
4 changes: 3 additions & 1 deletion coveralls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"skip_files": [
"spec/support"
"spec/support",
"lib/largest_prime_factor/imperative.c",
"lib/number_spiral_diagonals/imperative.c"
]
}

0 comments on commit 75cbc2d

Please sign in to comment.