diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..695db31 --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,8 @@ +steps: +- uses: actions/checkout@main +- uses: codecov/codecov-action@v1 + with: + files: ./coverage1.xml,./coverage2.xml # optional + flags: unittests # optional + name: codecov-umbrella # optional + fail_ci_if_error: true # optional (default = false \ No newline at end of file