Skip to content

Commit

Permalink
ci: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Feb 10, 2025
1 parent 000053c commit ac3c2db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dev_branch_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# **This already seems to be done by covr::codecov()**
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: false
# flags: unittests
# verbose: true

rcmdcheck:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit ac3c2db

Please sign in to comment.