Skip to content

Commit

Permalink
updated GitHub action version of codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyfung committed Jul 17, 2024
1 parent 97c9e12 commit 6b5d193
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci-weather-data-scraper
name: weatherdatascraper
on:
pull_request:
push:
Expand All @@ -23,4 +23,4 @@ jobs:
run: |
coverage run -m pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 6b5d193

Please sign in to comment.