Skip to content

Commit

Permalink
Merge pull request #2397 from johannaengland/codecov
Browse files Browse the repository at this point in the history
Restrict CodeCov uploads to Uninett upstream repos
  • Loading branch information
lunkwill42 authored May 4, 2022
2 parents 83a7835 + 5057062 commit 36b1ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
/tmp/pytest-of-runner
- name: "Upload coverage to Codecov"
if: "github.repository_owner == 'Uninett'"
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 36b1ed4

Please sign in to comment.