diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml deleted file mode 100644 index 0a2fc645..00000000 --- a/.github/workflows/workflow.yml +++ /dev/null @@ -1,9 +0,0 @@ -steps: -- uses: actions/checkout@master -- uses: codecov/codecov-action@v2 - with: - files: ./coverage1.xml,./coverage2.xml # optional - flags: unittests # optional - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false)