Skip to content

Commit

Permalink
Debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed May 9, 2024
1 parent c19a3c4 commit e3ad79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Compile
run: rebar3 as test compile
- name: Run tests
run: rebar3 cover_tests
run: DEBUG=1 rebar3 cover_tests
- name: Send test coverage report
run: rebar3 as test codecov analyze
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit e3ad79c

Please sign in to comment.