Skip to content

Added gcov, lcov installing #27

Added gcov, lcov installing

Added gcov, lcov installing #27

Workflow file for this run

name: CI
on:
push:
branches:
- tatyanakrivonogova_test_build
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cd test; ./build_run.sh -report
- name: Create tests artifacts
uses: actions/upload-artifact@v4
with:
name: test-results
path: test/_build