Skip to content

Commit

Permalink
ci: Disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 17, 2024
1 parent f5b6b92 commit 4f0720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

env:
CI: "true"
CODECOV: "true"
CODECOV: "false"

jobs:
lint:
Expand Down

0 comments on commit 4f0720e

Please sign in to comment.