Skip to content

Commit

Permalink
Update test_coverage.yml (#775)
Browse files Browse the repository at this point in the history
* Update test_coverage.yml

* Update test_coverage.yml

* Update test_coverage.yml
  • Loading branch information
EvenSol authored Jul 14, 2023
1 parent 5387d43 commit fb6f2f0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test coverage report
on:
workflow_dispatch:
# push:
# tags:
# - v*
push:
branches:
- release/*

jobs:
unit-tests:
Expand All @@ -22,3 +22,7 @@ jobs:
with:
name: unit-tests-jacoco
path: exportJacoco/jacoco-fast.exec
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fb6f2f0

Please sign in to comment.