32 Commits

Author SHA1 Message Date
Seán Mac Gillicuddy
cb2fc373bd
Merge pull request #1858 from kiwix/abdul/1857-coverage-report
Fix coverage report upload
2020-03-09 17:31:30 +00:00
Abdul Wadood
c52da7d10d Fix code coverage not being uploaded to codecov 2020-03-05 12:18:00 +05:30
Frans-Lukas
b2052b4607 #1817 Updated coverage.yml to invoke new location of instrumentation.sh 2020-02-26 16:06:18 +01:00
Sean Mac Gillicuddy
811f5bd7af Merge branch 'develop' into feature/macgills/detekt
# Conflicts:
#	.github/workflows/pull_request.yml
#	team-props/git-hooks/pre-commit.sh
2020-02-21 14:15:18 +00:00
Sean Mac Gillicuddy
0f6f422edb #1275 Lint Issue: Duplicate Strings - remove duplicates - mark used strings as used 2020-02-19 14:20:49 +00:00
Sean Mac Gillicuddy
d743430dc3 Merge branch 'develop' into feature/macgills/detekt
# Conflicts:
#	.travis.yml
2020-02-14 09:53:56 +00:00
Kelson
7786bbaf9a
Update FUNDING.yml 2020-02-01 17:54:45 +01:00
Sean Mac Gillicuddy
bc23500373 fix indentation 2020-01-09 14:29:19 +00:00
Sean Mac Gillicuddy
8f8d529ec5 #1693 Coverage Reports not uploading via Github Actions 2020-01-09 14:25:00 +00:00
Sean Mac Gillicuddy
2066aabc2d fix automated releasing (+16 squashed commit)
Squashed commit:

[70133ca8] correct syntax

[f6f14aff] fix syntax error

[214f2ca7] use alternate github release action and make nightly publishing non dependent

[833556e9] copy tag setting code verbatim

[5469b58a] inline varaible again

[1dbcde3e] use alternate method for env setting

[15976cea] inline outputName

[f1d5e67e] supply credentials for release building

[79de8bca] disable playstore publishing and debug env variable

[331cd82e] fix naming on download.kiwix

[d517e5e7] upload zip of all artifacts

[9425c650] fix naming on download.kiwix.org

[f736f4d1] update github release publishing

[4a0ab46e] fix publishing to kiwix.download.org

[dc19b3b6] update build variable

[e01e106a] bump patch version
2020-01-07 11:46:05 +00:00
Sean Mac Gillicuddy
ce48b5c098 #1593 Move CI from Travis to GitHub Action - move resources to core to allow compilation 2019-12-20 14:13:45 +00:00
Sean Mac Gillicuddy
9a8f96ba23 #1593 Move CI from Travis to GitHub Action - do not target core when assembling 2019-12-20 13:52:55 +00:00
Sean Mac Gillicuddy
f7a6606d20 #1593 Move CI from Travis to GitHub Action - future proof building job 2019-12-20 13:33:25 +00:00
Sean Mac Gillicuddy
e771541767 #1593 Move CI from Travis to GitHub Action - fix nightly indentation 2019-12-20 09:30:53 +00:00
Sean Mac Gillicuddy
d85454bbc6 #1593 Move CI from Travis to GitHub Action - fix indentation 2019-12-19 11:45:27 +00:00
Sean Mac Gillicuddy
5d00ab02d3 #1593 Move CI from Travis to GitHub Action - fix syntax and use newest/oldest api levels 2019-12-19 11:41:16 +00:00
Sean Mac Gillicuddy
e50b1ec93d #1593 Move CI from Travis to GitHub Action - fix syntax 2019-12-19 11:37:37 +00:00
Sean Mac Gillicuddy
a06fb793d9 #1593 Move CI from Travis to GitHub Action - upload multiple coverage reports to reduce variance 2019-12-19 11:26:13 +00:00
Sean Mac Gillicuddy
d5995424d1 Squashed commit:
[bee1dc77] #1593 Move CI from Travis to GitHub Action - finalise builds and remove travis

[1e4ee35d] #1593 Move CI from Travis to GitHub Action - add release build

[dd55beeb] #1593 Move CI from Travis to GitHub Action - fix nightly syntax

[2904da58] #1593 Move CI from Travis to GitHub Action - add nightly build

[a4f9fbb0] #1593 Move CI from Travis to GitHub Action - experiment with mixed workflows

[4c019201] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[759713df] #1593 Move CI from Travis to GitHub Action - reattempt failing test action

[257004ea] #1593 Move CI from Travis to GitHub Action - more informative logs, use x64 images

[0163d829] #1593 Move CI from Travis to GitHub Action - specify version of action

[0b3d9668] #1593 Move CI from Travis to GitHub Action - revert webview fix for emulator 26

[6c2cb7e3] #1593 Move CI from Travis to GitHub Action - give more leeway to IntroActivityTest

[6fc998d4] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[2e97ca0b] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[b4a6e35b] #1593 Move CI from Travis to GitHub Action - drop support for api 26

[e6d67c2b] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManage/IntroActivityTest

[24338f74] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[f6a67192] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[9571a21d] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[193b67d3] #1593 Move CI from Travis to GitHub Action - use google_apis to get api 26 to pass, scale back logging

[2e1bc5ab] #1593 Move CI from Travis to GitHub Action - give more leeway to ZimManageActivityTest

[c9430d7b] #1593 Move CI from Travis to GitHub Action - make intro ridiculously fault tolerant

[22281cef] #1593 Move CI from Travis to GitHub Action - stop using duration and comment out dark mode related test

[f446ecaa] #1593 Move CI from Travis to GitHub Action - retry swiping multiple times, reneable  ignored tests

[7e109732] #1593 Move CI from Travis to GitHub Action - remove missing webview, make zimManage request longer, try new  custom swipe

[990acf23] #1593 Move CI from Travis to GitHub Actions - use flings for intro, use debug logging to diagnose API 26

[508f95e4] #1593 Move CI from Travis to GitHub Actions - missing webview package and Intro stability

[ff24e3f7] #1593 Move CI from Travis to GitHub Actions - fallback for emulators without external storage

[39af5525] #1593 Move CI from Travis to GitHub Actions - stabilise intro, stop clearing package data, log strange error

[cdafea3d] #1593 Move CI from Travis to GitHub Actions - upgrade orchestrator and log emulator exceptions

[1882536e] #1593 Move CI from Travis to GitHub Actions - use x86 images

[78f9a162] #1593 Move CI from Travis to GitHub Actions - stop using google_apis

[cb3468cb] #1593 Move CI from Travis to GitHub Actions - fix appcompat regression

[6e13a6d9] #1593 Move CI from Travis to GitHub Actions - use google_apis to avoid webview crash

[3401ca98] #1593 Move CI from Travis to GitHub Actions - run on all available emulators

[28349112] #1593 Move CI from Travis to GitHub Actions - stop failing fast

[6eb1d607] #1593 Move CI from Travis to GitHub Actions - try on as many concurrent emulators as allowed

[2462815a] #1593 Move CI from Travis to GitHub Actions - fix syntax

[cdddb63c] #1593 Move CI from Travis to GitHub Actions - create pull request build
2019-12-18 11:16:41 +00:00
Abdul Wadood
5e295ff0ea Update PR template to use comments.
This makes easier to fill the PR template and doesn't require the existing text to be deleted
2019-10-26 22:14:05 +05:30
Emmanuel Engelhart
7968f87310 Move bot configuration 2019-08-17 15:34:54 +02:00
Sean Mac Gillicuddy
9ff08d1f24 #1251 add config for prs 2019-07-03 14:05:20 +01:00
Sean Mac Gillicuddy
c21703a4b3 #1226 create stalebot configuration 2019-06-25 13:25:32 +01:00
Kelson
50ad2e00d6
Create FUNDING.yml 2019-06-22 07:55:42 +02:00
siddharth2010
f3a7b9df21 fix checkbox in issue template for tests 2018-08-21 23:00:18 +01:00
siddharth2010
2411b84141 update feature_request.md and bug_report.md 2018-07-22 18:03:25 +01:00
siddharth2010
5e7c756090 add test_request template 2018-07-22 18:03:25 +01:00
Abdul Wadood
d808ade453 Delete ISSUE_TEMPLATE.md 2018-07-01 22:10:17 +02:00
Abdul Wadood
5db00e6dde Update issue templates 2018-07-01 22:10:17 +02:00
Isaac Hutt
3ac9f21b6e
Update ISSUE_TEMPLATE.md 2018-03-02 23:41:13 +00:00
RohanBh
280babb425 Fix minor grammatical errors 2018-02-24 21:14:24 +01:00
srv-twry
21bff5a855 feat: Add issues and PR template to the project 2018-02-16 00:05:31 +00:00