Skip to content

Github actions, automated testing and coverage reports. #12

Github actions, automated testing and coverage reports.

Github actions, automated testing and coverage reports. #12

GitHub Actions / Test Results failed Feb 20, 2024 in 0s

1 fail, 7 pass in 21s

8 tests  +2   7 ✅ +1   21s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   1 ❌ +1 

Results for commit 081355d. ± Comparison against earlier commit 5cd719c.

Annotations

Check warning on line 0 in roll_sim.tests.test_dummy

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_dummy2 (roll_sim.tests.test_dummy) failed

res.xml [took 0s]
Raw output
assert 0 == 1
def test_dummy2():
>       assert 0 == 1
E       assert 0 == 1

roll_sim/tests/test_dummy.py:7: AssertionError