Skip to content

Merge pull request #84 from thibaultmol/Patch-2 #52

Merge pull request #84 from thibaultmol/Patch-2

Merge pull request #84 from thibaultmol/Patch-2 #52

Workflow file for this run

on: [push]
jobs:
test_job:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.7'
name: Linting and Testing
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test action step
uses: ./
id: test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
files: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt