Update codecov (#356)
* Exclude files that don't belong codecov * Start tracking coverage from integration tests * Added IntegrationTests to targets * Pbxpoj file
This commit is contained in:
committed by
GitHub
parent
493cc08c03
commit
1ee5f7a18a
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
@@ -42,3 +42,8 @@ jobs:
|
||||
INTEGRATION_TESTS_USERNAME: ${{ secrets.INTEGRATION_TESTS_USERNAME }}
|
||||
INTEGRATION_TESTS_PASSWORD: ${{ secrets.INTEGRATION_TESTS_PASSWORD }}
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: integrationtests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user