diff --git a/.github/iş akışları/step workflow.yml b/.github/iş akışları/step workflow.yml new file mode 100644 index 0000000..6ce5a83 --- /dev/null +++ b/.github/iş akışları/step workflow.yml @@ -0,0 +1,10 @@ +steps: +- uses: actions/checkout@master +- uses: codecov/codecov-action@v3 + 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)