Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpatnaikgit authored Jun 26, 2024
1 parent 6ab0b35 commit 23a9c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: Run tests
run: julia --project=. -e 'using Pkg; Pkg.test("NighttimeLights", coverage=true)'
- name: Codecov
run: julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: julia --project=. -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 23a9c84

Please sign in to comment.