Skip to content

Commit

Permalink
move codecov to right section in github CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 1, 2024
1 parent 5ac564a commit 48c1dbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# Add or replace test runners here
- name: Run tests
run: bin/rspec
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

lint:
runs-on: ubuntu-latest
Expand All @@ -56,7 +60,3 @@ jobs:
run: bin/brakeman -q -w2
- name: Lint Ruby files
run: bin/rubocop --parallel
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 48c1dbb

Please sign in to comment.