Skip to content

Commit

Permalink
Add Codecov token in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot committed Jul 16, 2023
1 parent 1ca2e8d commit a6b4381
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: CI

on:
Expand Down Expand Up @@ -32,4 +29,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit a6b4381

Please sign in to comment.