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

FIWARE / VCVerifier / 15068302465

16 May 2025 12:20PM UTC coverage: 45.372% (-1.0%) from 46.375%
15068302465

Pull #57

github

wistefan
Merge remote-tracking branch 'origin/sd-jwt' into sd-jwt
Pull Request #57: Support request byValue and byReference and presentationDefinition

150 of 287 new or added lines in 7 files covered. (52.26%)

40 existing lines in 5 files now uncovered.

1201 of 2647 relevant lines covered (45.37%)

0.51 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/common/fileSystem.go
1
package common
2

3
import "os"
4

5
// file system interfaces
6

7
type FileAccessor interface {
8
        ReadFile(filename string) ([]byte, error)
9
}
10
type DiskFileAccessor struct{}
11

NEW
12
func (DiskFileAccessor) ReadFile(filename string) ([]byte, error) {
×
NEW
13
        return os.ReadFile(filename)
×
NEW
14
}
×
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