diff --git a/.coverage b/.coverage index f04efa0..91c6791 100644 Binary files a/.coverage and b/.coverage differ diff --git a/app/integration_tests/test_banker.py b/app/integration_tests/test_banker.py index 88a5ffc..8b86b00 100644 --- a/app/integration_tests/test_banker.py +++ b/app/integration_tests/test_banker.py @@ -13,4 +13,4 @@ def test_backdoor(): bank = Banker() assert bank.balance == 0 bank.backdoor() - assert bank.balance == 5007 + assert bank.balance == 5008 diff --git a/app/integrator/banker.py b/app/integrator/banker.py index b712475..f0615ca 100644 --- a/app/integrator/banker.py +++ b/app/integrator/banker.py @@ -14,6 +14,12 @@ def reset(self): self.balance = 0 def backdoor(self): - self.balance += 5007 + self.balance += 5008 + + def yeye(self): + return 1 + + def dope(self): + return True # test diff --git a/bundle_uploader.sh b/bundle_uploader.sh index f48a997..305c0be 100755 --- a/bundle_uploader.sh +++ b/bundle_uploader.sh @@ -4,11 +4,11 @@ # RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 81325051-5f42-4415-87e8-692a640de455" --data '{"branch": "mar13_1", "commit": "71dd2ba7f9b84d2de38400620389459bc8f2bed7", "slug": "JerrySentry::::LocalDev"}' https://stage-api.codecov.dev/upload/bundle_analysis/v1) # local huh 3 -RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 0418a9ad-f46d-4dd6-9111-b99cdb0b0aa8" --data '{"branch": "main", "commit": "0e07c46cf6a59a8b1876f58577a1962c66036c29", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1) +RES=$(curl -X POST -H "Content-Type: application/json" -H "Authorization: token 0418a9ad-f46d-4dd6-9111-b99cdb0b0aa8" --data '{"branch": "main", "commit": "d2cd023b4eb7f89fb09de2a49a8fae58b73fae92", "slug": "JerrySentry::::LocalDev"}' http://localhost:8000/upload/bundle_analysis/v1) echo $RES URL=$(echo $RES | jq -r '.url') echo $URL -curl -v --upload-file b5.json $URL +curl -v --upload-file b4.json $URL diff --git a/coverage.xml b/coverage.xml deleted file mode 100644 index ad74604..0000000 --- a/coverage.xml +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -