Skip to content

Commit 4d71856

Browse files
Merge branch 'develop' into Crowdstrike_Alerts_2
2 parents 5827692 + a1a16a7 commit 4d71856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
pip install codecov
3535
pytest --cov=./ --cov-report=xml
3636
- name: Upload coverage information to Codecov
37-
uses: codecov/codecov-action@v3
37+
uses: codecov/codecov-action@v4
3838
with:
3939
version: "v0.5.2"
4040
fail_ci_if_error: true # optional (default = false)
4141
verbose: true # optional (default = false)
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
verbose: true
43+
#verbose: true

0 commit comments

Comments
 (0)