Skip to content

Commit

Permalink
Allow measuring codecov, fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 31, 2024
1 parent 47a3b46 commit e6609fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install Codecov
run: sudo pip install codecov

- name: Allow measuring codecov
run: sed 's/# LIBS += -lgcov/LIBS += -lgcov/' game.pro

- name: qmake
run: qmake game.pro

Expand Down

0 comments on commit e6609fc

Please sign in to comment.