Skip to content

Commit

Permalink
Test codecov token
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Feb 4, 2024
1 parent 923867c commit 9ff87ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Javadoc Check
run: ./gradlew javadoc
build:
needs: [spotless, javadoc]
# needs: [spotless, javadoc]
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand All @@ -57,6 +57,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.CODECOV_TOKEN }}
integTest:
needs: [spotless, javadoc]
strategy:
Expand Down

0 comments on commit 9ff87ff

Please sign in to comment.