• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-locking-service / 9488851863
92%

Build:
DEFAULT BRANCH: main
Ran 12 Jun 2024 07:54PM UTC
Jobs 1
Files 47
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Jun 2024 07:53PM UTC coverage: 91.663% (+0.8%) from 90.858%
9488851863

push

github

web-flow
Add view to retrieve period data (#137)

- Adds an endpoint to retrieve the activity information for a specific `Campaign`
- This endpoint can be used to filter the Activities done by a specific `holder` - by setting the `holder` address as the query parameter

The endpoint is as follows:

GET /api/v1/campaigns/<uuid:resource_id>/activities/?holder=<address>

{
  "count": <number>,
  "next": <url>, // nullable
  "previous": <url>,  // nullable
  "results": [
    {
      "startDate": <string>, // date string e.g.: 2024-05-20
      "endDate": <string>, // date string e.g.: 2024-05-20
      "holder": <string>, // Holder's address
      "boost": <string>, // decimal string
      "totalPoints": <string>, // big number string
      "totalBoostedPoints": <string> // decimal string
    }
  ]
}

90 of 90 new or added lines in 4 files covered. (100.0%)

2056 of 2243 relevant lines covered (91.66%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9488851863.1 12 Jun 2024 07:54PM UTC 0
91.66
GitHub Action Run
Source Files on build 9488851863
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9488851863
  • 2483257d on github
  • Prev Build on main (#9485440779)
  • Next Build on main (#9520130877)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc