Skip to content

Merge pull request #1080 from pony1k/fix/network.scandevices-get-lower #535

Merge pull request #1080 from pony1k/fix/network.scandevices-get-lower

Merge pull request #1080 from pony1k/fix/network.scandevices-get-lower #535

Workflow file for this run

name: tests
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run tests
run: ./run_tests
- name: coverage
run: bash <(curl -s https://codecov.io/bash)