Skip to content

Commit 6a072cf

Browse files
committed
Revert workflow changes
1 parent 73e1f92 commit 6a072cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
elixir-version: ${{matrix.elixir}}
3838
- run: mix deps.get
3939
- run: mix test test/integration/p2p_test.exs:10
40-
# - run: mix coveralls.json
41-
# - uses: codecov/codecov-action@v4
42-
# with:
43-
# token: ${{ secrets.CODECOV_TOKEN }}
40+
- run: mix coveralls.json
41+
- uses: codecov/codecov-action@v4
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)