Skip to content

Commit

Permalink
fix(codeql): update the codeql version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan authored Mar 11, 2024
1 parent 25a927c commit da85323
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
if: always()
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
flags: cpu, unittest
name: CPU-coverage
fail_ci_if_error: false
slug: longxingtan/open-retrievals

docs:
name: Test docs build
Expand Down

0 comments on commit da85323

Please sign in to comment.