Merge pull request #256 from Star-Teknolog/Codes-Exe-patch-1

Create worklflow.yml
This commit is contained in:
Erçetin Güler 2022-08-28 04:32:37 +03:00 committed by GitHub
commit 5440518c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/iş akışları/worklflow.yml vendored Normal file
View file

@ -0,0 +1,10 @@
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v2
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)