Skip to content

Releasing v3.2.0

Releasing v3.2.0 #193

Workflow file for this run

name: Codecov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Fetch
uses: actions/checkout@master
- name: Install libnuma-dev
run: sudo apt-get -y install libnuma-dev
- name: Test
run: |
make clean codecov
./validate.sh --codecov -f 2
gcov build/objects/*.gcda -f libconcurrent/
- name: Upload
uses: codecov/codecov-action@v1
with:
files: ./*.gcov