Skip to content

Commit

Permalink
Update behave.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Sep 2, 2024
1 parent 8424d76 commit 6dafcf0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/behave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,17 @@ jobs:
run: make unit-tests
continue-on-error: true

- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v4
#- name: Upload test coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# gcov_ignore: uk_bin_collection/tests/**

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
gcov_ignore: uk_bin_collection/tests/**
token: ${{ secrets.CODECOV_TOKEN }}


- name: Get Allure history
uses: actions/checkout@v4
Expand Down

0 comments on commit 6dafcf0

Please sign in to comment.