Skip to content

Commit

Permalink
Yaml!
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed May 1, 2024
1 parent c767cf8 commit 79ccc07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
make -j4 unit_tests
./unit_tests
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
# directory: ./coverage/reports/
# env_vars: OS,PYTHON
# fail_ci_if_error: true
Expand Down

0 comments on commit 79ccc07

Please sign in to comment.