Skip to content

Commit

Permalink
CI: merge coverall reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat committed Oct 30, 2024
1 parent b7dd1c4 commit 5b76423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Execute tests
run: |
mix coveralls.json --exclude integration --warnings-as-errors
mix coveralls.json --only integration --warnings-as-errors --max-cases 1
mix test --only integration --warnings-as-errors --max-cases 1 --cover --export-coverage integration-coverage
mix coveralls --exclude integration --warnings-as-errors --import-cover cover
- name: Upload coverage report
run: bash <(curl -s https://codecov.io/bash)
Expand Down
2 changes: 1 addition & 1 deletion test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule ConfigCat.IntegrationTest do
alias ConfigCat.InMemoryCache
alias ConfigCat.LocalMapDataSource

@tag :integration
@moduletag :integration

@sdk_key "configcat-sdk-1/PKDVCLf-Hq-h-kCzMp-L7Q/1cGEJXUwYUGZCBOL-E2sOw"

Expand Down

0 comments on commit 5b76423

Please sign in to comment.