Skip to content

Add "units" attribute even in empty timestamps dataset (#45) #274

Add "units" attribute even in empty timestamps dataset (#45)

Add "units" attribute even in empty timestamps dataset (#45) #274

Workflow file for this run

name: coverage-test
on:
push:
jobs:
build:
name: coverage-test
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Fetch repository
run: git fetch --prune --unshallow
- name: Get submodules
run: git submodule update --init --force --recursive
- name: Install packages
run: sudo apt-get install build-essential libhdf5-dev hdf5-tools lcov
- name: Build and run unittests
run: ci/coverage_test.sh
- name: Upload Coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: build-coverage/coverage.info.cleaned