Skip to content

Commit

Permalink
actually run all our tests during code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Feb 22, 2025
1 parent b06904f commit 9f4e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Test with coverage
# run the test under coverage
run: |
./gbsplay -c examples/gbsplayrc_sample -E b -o stdout examples/nightmode.gbs >/dev/null
make test
gcov *.o
- name: Upload coverage to Codecov
# upload to codecov.io
Expand Down

0 comments on commit 9f4e0cd

Please # to comment.