Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 authored Oct 22, 2023
1 parent 1a17dbf commit 2caaec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Qodana
name: Code Quality
on:
workflow_dispatch:
pull_request:
Expand All @@ -23,3 +23,7 @@ jobs:
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: 'Codecov'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2caaec4

Please sign in to comment.