Skip to content

Commit

Permalink
Update codecov run
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Aug 27, 2023
1 parent cf1a7a2 commit cc5bbfe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI
on: [push, pull_request]

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
build:

Expand Down Expand Up @@ -39,4 +36,4 @@ jobs:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit cc5bbfe

Please sign in to comment.