diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..a84757b --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,10 @@ +steps: +- uses: actions/checkout@master +- uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + 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) diff --git a/secrets3 b/secrets3 new file mode 100644 index 0000000..e69de29 diff --git a/test1 b/test1 new file mode 100644 index 0000000..e69de29