We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca5474 commit 40b8e32Copy full SHA for 40b8e32
2 files changed
.github/workflows/build.yml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- name: Install dependencies
15
- run: sudo apt-get install -y make gcc gcov
+ run: sudo apt-get update && sudo apt-get install -y make gcc gcovr build-essential
16
- name: Build
17
run: |
18
- cd C/Checksum
+ cd Lab1
19
make all
20
- name: Run unit tests
21
.github/workflows/coverage.yml
@@ -11,7 +11,7 @@ jobs:
11
+ run: sudo apt-get update && sudo apt-get install -y make gcc build-essential gcovr
- name: Run coverage and capture percentage
id: runcov
0 commit comments